Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

  • firmware (170)

    sigrok-firmware-fx2lafw

    Compare

      Analyzed 28 days ago

    The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers ... [More] , function generators, power supplies, GPIB interfaces, and more. fx2lafw is a Free/Libre/Open-source firmware for logic analyzers based on the Cypress EZ-USB FX2(LP) chip. [Less]

    2.7K lines of code

    5 current contributors

    about 1 year since last commit

    1 users on Open Hub

    Very Low Activity
    5.0
     
    I Use This

    Bangle.js

    Compare

      Analyzed 28 days ago

    Bangle.js 2 is an open, hackable smartwatch. You can easily install new apps from the web or develop your own using JavaScript or a graphical programming language (Blockly). All you need is a Web Browser (Chrome, Edge or Opera) and you can upload apps or write code to run on your watch ... [More] wirelessly! Bangle.js is water resistant, AI enabled, and comes with Bluetooth Low Energy, GPS, a heart rate monitor, accelerometer and more. [Less]

    203K lines of code

    0 current contributors

    2 months since last commit

    1 users on Open Hub

    High Activity
    0.0
     
    I Use This

    Heimdall-ROM

    Compare

      Analyzed 10 months ago

    Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices.

    0 lines of code

    0 current contributors

    about 4 years since last commit

    1 users on Open Hub

    Activity Not Available
    0.0
     
    I Use This
    Mostly written in language not available
    Licenses: mit

    Site Arduino Minas

    Compare

      Analyzed 27 days ago

    5.07K lines of code

    2 current contributors

    about 5 years since last commit

    1 users on Open Hub

    Inactive
    5.0
     
    I Use This

    ciaa

    Compare

      Analyzed 28 days ago

    Computadora Industrial Abierta Argentina (CIAA) La CIAA es una plataforma electrónica preparada especialmente para aplicaciones industriales, cuyo diseño está disponible para ser usado libre y gratuitamente en el desarrollo de productos y servicios. La CIAA nació a partir de una iniciativa de ... [More] CADIEEL y la ACSE con el objetivo de promover el crecimiento de la industria nacional, y hoy es el resultado del trabajo colaborativo de decenas de empresas y universidades de la República Argentina. [Less]

    50.9K lines of code

    1 current contributors

    over 1 year since last commit

    1 users on Open Hub

    Very Low Activity
    5.0
     
    I Use This

    vodafone-smart-hack

    Compare

      Analyzed 28 days ago

    Information and Android hacks on Vodafone Smart phones

    23 lines of code

    0 current contributors

    over 10 years since last commit

    1 users on Open Hub

    Inactive
    0.0
     
    I Use This

    Open-Power

    Compare

      Analyzed 28 days ago

    2.06M lines of code

    138 current contributors

    3 months since last commit

    1 users on Open Hub

    Low Activity
    0.0
     
    I Use This

    umurmur

    Compare

      Analyzed 27 days ago

    uMurmur is a minimalistic Mumble server primarily targeted to run on routers with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. uMurmur 0.2.4 releasedThis is a bugfix release which fixes breakage on big endian platforms. If you get messages like ... [More] Unsupported message 512 in the log and users can't login, you probably have big endian hardware and need to upgrade. Note that a version 0.2.3 was available for download for ~30 minutes. This release included a bad makefile and should not be used. See the Changelog for full release history. Version 0.2.x of uMurmur supports version 1.2.x Mumble clients. It is not compatible with version 1.1.x of Mumble. Higlights of the 0.2.x releases: Uses Mumble protocol 1.2.x, meaning that clients 1.2.x are supported. Support for PolarSSL as an alternative to OpenSSL. Whisper target to channels, channel trees and linked channels. Temporary channels can be created by users. Channel links can be configured in the configuration file. Channels can be configured non-enterable in configuration file. Positional audio is stripped if users are not in the same plugin context (playing the same game). Documentation for 0.2.xThis is not complete yet (and probably never will...). Please check out the following resources: README Installing Configuring Building umurmur-general discussion group Changelog Random infouMurmur is written in C and uses OpenSSL or PolarSSL and libconfig libraries. It also includes parts of libprotobuf_c from the Protobuf-c project for communication using Google's protocol buffers. It targets to fill the needs of a pretty small group of users communicating, which in part originates from the other goal of working well on a small system with a limited CPU and limited amount of disk space. It also aims to minimize writing to the disk since these kinds of systems usually only has a flash memory for disk. PolarSSL vs OpenSSLPolarSSL uses a lot less RAM memory than OpenSSL: uMurmur linked to PolarSSL lib with 7 connected users uses ~900 Kb (code + data). Each new connection increases mem usage by ~60-70 kB. uMurmur linked to OpenSSL lib with 7 connected users uses ~4 Mb (code + data). Each new connection increases mem usage by ~400 kB. On-disk memory usage is a lot less for PolarSSL: root@router2:~# ls -l /usr/lib/libpolarssl.so -rwxr-xr-x 1 root root 183073 Feb 13 17:53 /usr/lib/libpolarssl.so root@router2:~# ls -l /usr/lib/libssl.so.0.9.8 -rw-r--r-- 1 root root 204371 Sep 22 20:12 /usr/lib/libssl.so.0.9.8 root@router2:~# ls -l /usr/lib/libcrypto.so.0.9.8 -rw-r--r-- 1 root root 912927 Sep 22 20:12 /usr/lib/libcrypto.so.0.9.8Note: PolarSSL library contains both SSL and crypto code. I haven't noticed any great difference in CPU usage between the two. Comparison to MurmuruMurmur supports a subset of the features of Murmur. To list some of the differences compared to Murmur: Channels are statically configured in configuration file - no channel add/rename/move. Temporary channels can be added however. No user database No ACL support - no user ban/kick/mute/deafen No ICE or DBus interface No user avatar support Some of the above might change in the future, but user database and ACLs are probably not going to be added anytime soon. Patches to add this are of course welcome :) Older releasesuMurmur 0.1.xThe latest release supporting 1.1.x version of Mumble clients is 0.1.3. There will probably not be any more 0.1.x releases unless demand exists to correct any serious bugs. Users are encouraged to move to 0.2.x. There are binary packages for OpenWRT 8.09 mipsel platform in the downloads section. Documentation for 0.1.xInstalling Configuring Building Changelog umurmur-general discussion group [Less]

    13.3K lines of code

    0 current contributors

    2 months since last commit

    1 users on Open Hub

    Low Activity
    0.0
     
    I Use This

    fwupd

    Compare

      Analyzed 28 days ago

    A simple daemon to allow session software to update firmware. This project aims to make updating firmware on Linux automatic, safe and reliable.

    282K lines of code

    29 current contributors

    2 months since last commit

    1 users on Open Hub

    Very High Activity
    5.0
     
    I Use This

    AsteroidOS

    Compare

      Analyzed 27 days ago

    AsteroidOS is a free and open-source smartwatch platform based on OpenEmbedded, libhybris and Qt5. It is available as a firmware replacement for some Android Wear devices. The motto for the AsteroidOS project is "Hack your wrist." As of the 1.0 release, the following applications are shipped and ... [More] pre-installed by default in AsteroidOS: -Agenda -Alarm Clock -Calculator -Music -Settings -Stopwatch -Timer -Weather [Less]

    -10 lines of code

    0 current contributors

    2 months since last commit

    1 users on Open Hub

    Low Activity
    0.0
     
    I Use This
    Licenses: No declared licenses