alfred: add alfred 2013.3.0 to feed
authorSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
Mon, 19 Aug 2013 21:17:18 +0000 (23:17 +0200)
committerSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
Mon, 19 Aug 2013 21:17:47 +0000 (23:17 +0200)
commitf76074d42429a26b73976b3a5c799a895fd2d1d7
tree9301b7948a8382ce7de758194f9311d489500034
parent13f0c9deacfb85587857a3eccbe4ad2de39f74c1
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>
alfred/Config.in [new file with mode: 0644]
alfred/Makefile [new file with mode: 0644]
alfred/files/alfred.config [new file with mode: 0644]
alfred/files/alfred.init [new file with mode: 0755]