Tags : Browse Projects

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

OpenWrt

Compare

  Analyzed 2 days ago

OpenWrt is a Linux distribution mainly for embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize ... [More] the device through the use of packages to suit any application. [Less]

523K lines of code

398 current contributors

4 days since last commit

122 users on Open Hub

Very High Activity
4.51429
   
I Use This

Firewall Builder

Compare

  Analyzed 1 day ago

Firewall Builder consists of a GUI and set of policy compilers for various firewall platforms. It helps users maintain a database of objects and allows policy editing using simple drag-and-drop operations. The GUI and policy compilers are completely independent, which provides for a consistent ... [More] abstract model and the same GUI for different firewall platforms. It currently supports iptables, ipfilter, ipfw, OpenBSD pf, Cisco PIX, and FWSM. [Less]

571K lines of code

2 current contributors

8 months since last commit

13 users on Open Hub

Very Low Activity
5.0
 
I Use This

Wifidog

Compare

  Analyzed 1 day ago

The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. Wifidog is designed to have optional centralized access control, full bandwidth ... [More] accounting, node heart-beating and local content specific to each hotspot. [Less]

44.2K lines of code

6 current contributors

about 1 year since last commit

5 users on Open Hub

Very Low Activity
4.66667
   
I Use This

wlan slovenija

Compare

  Analyzed about 9 hours ago

Started in beginning of 2009 the wlan slovenija open wireless network of Slovenia aims to connect Slovenia's public, artistic and cultural, production, educational, research and all other interested spaces and individuals into an autonomous and independent wireless network above Slovenia, in which ... [More] there is enough space, freedom and possibilities for new content, interaction and communication, research, data exchange, services and alternative access to Internet content and services. For use in this and similar wireless networks we develop different open source software, centered mostly around nodewatcher, monitoring and deployment system for mesh networks. [Less]

81.5K lines of code

2 current contributors

7 months since last commit

4 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: ccbysa3-0, AGPL3_or_..., gpl3_or_l...

Gargoyle Router Management Utility

Compare

  Analyzed about 9 hours ago

Gargoyle is an interface for small, widely available routers such as the Linksys WRT54G series and the La Fonera. It provides functionality above and beyond what the default software provides including sophisticated dynamic DNS, quality of service, and bandwidth monitoring tools. The primary goal is ... [More] to provide a polished interface for these advanced tools that is at least as easy to configure as any existing firmware. This project is based on top of OpenWrt, but unlike other Web interfaces for OpenWrt it places a strong focus an usability and is meant for average users, not just power users. [Less]

185K lines of code

11 current contributors

about 2 months since last commit

3 users on Open Hub

Low Activity
5.0
 
I Use This

NanoNote Firmware

Compare

  No analysis available

The Ben NanoNote is a small hand-held computer featuring GPL-licensed designs and schematics. This project refers to the official OpenWRT-based firmware that comes pre-installed with newly manufactured NanoNotes. It is developed by the developer community at en.qi-hardware.com .

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

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

OpenADK

Compare

  Analyzed 1 day ago

OpenADK is a meta GNU/Linux distribution for embedded systems. In this context "meta" means, you can build the complete distribution from source. OpenADK is meant to be an appliance development kit (ADK) especially designed for embedded system developers and advanced users.

198K lines of code

3 current contributors

3 days since last commit

3 users on Open Hub

High Activity
0.0
 
I Use This

Netifyd

Compare

  Analyzed about 9 hours ago

Netifyd is an open source deep packet inspection engine implemented with nDPI (OpenDPI). The daemon is able to classify traffic and detect protocols like BitTorrent, Spotify, Skype and more. The software also provides deconstruction of HTTPS certificates which makes it possible to detect apps like ... [More] Facebook, Snapchat, and more. Netifyd can be used as a replacement solution for the l7-filter software. The more advanced deep packet inspection in Netify is much more capable and includes detection of encrypted protocols. [Less]

53K lines of code

2 current contributors

10 days since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

umurmur

Compare

  Analyzed about 21 hours 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.2K lines of code

0 current contributors

about 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

ip46nat - IPv4 to IPv6 translation

Compare

  Analyzed 1 day ago

Goal of the ip46nat is to provide way for automatic IPv4 to IPv6 transition. It uses open source DHCPv6 solution called dibbler to remotely configure IPv4-over-IPv6 tunnel. Also, separate kernel module for IPv4-to-IPv6 translation is part of the proejct.

583 lines of code

1 current contributors

over 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses