OpenWrt Routing Packages
Find a file
Simon Wunderlich f76074d424 alfred: add alfred 2013.3.0 to feed
Add A.L.F.R.E.D - Almighty Lightweight Fact Remote Exchange Daemon
to the OpenWRT routing feed. This package contains the latest stable
release of alfred which has been recently published by the
open-mesh.org community. A description follows below.

alfred is a user space daemon for distributing arbitrary local
information over the mesh/network in a decentralized fashion. This data
can be anything which appears to be useful - originally designed to
replace the batman-adv visualization (vis), you may distribute
hostnames, phone books, administration information, DNS information,
the local weather forecast ...

alfred runs as daemon in the background of the system. A user may insert
information by using the alfred binary on the command line, or use
special programs to communicate with alfred (done via unix sockets).
alfred then takes care of distributing the local information to other
alfred servers on other nodes. This is done via IPv6 link-local
multicast, and does not require any configuration. A user can request
data from alfred, and will receive the information available from all
alfred servers in the network.

Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
2013-08-19 23:17:47 +02:00
alfred alfred: add alfred 2013.3.0 to feed 2013-08-19 23:17:47 +02:00
batman-adv batman-adv: 2013.3.0 updated stability fixes 2013-08-15 17:36:37 +08:00
batmand batmand: adjust folder name to application name 2013-04-24 23:27:19 +08:00
bmx6 bmx6: fixing 501559 crash ? 2013-08-04 16:52:07 +02:00
luci-app-bmx6 Adapt tunnels web view to new bmx6 syntax and options 2013-07-19 01:09:17 +02:00
ndppd Move files to ndppd folder for import in openwrt-routing feed 2013-07-01 15:35:57 +02:00
nodogsplash nodogsplash: use official github nodogsplash organization homepage 2013-05-20 18:42:53 +02:00
olsrd olsrd: version bump to 0.6.5.4 2013-05-17 12:50:38 +02:00
quagga quagga: Update to v0.99.22.3 2013-08-02 20:58:17 +03:00
README Change feed name in Readme from openwrt-routing to routing because feeds system does not support "-" 2013-05-02 18:44:23 +02:00

This is an OpenWrt package feed containing community maintained routing packages.

To use these packages, add the following line to the feeds.conf
in the OpenWrt buildroot:

  src-git routing git://github.com/openwrt-routing/packages.git
  
Update the feed:

  ./scripts/feeds update routing
  
Activate the package:

  ./scripts/feeds install -a -p routing
  
The routing packages should now appear in menuconfig.