Project page: https://github.com/libremap/libremap-agent-openwrt

"The agent gathers information about your router and sends it to a LibreMap server."

Installation

You can get pre-compiled packages for the ar71xx architecture on OpenWRT Attitude Adjusment 12.09 from: https://www.bidon.ca/rlbuild/ar71xx/packages/

Or add the following to your /etc/opkg.conf:

src reseaulibre http://www.bidon.ca/rlbuild/ar71xx/packages/

You can then install with:

opkg install libremap-agent luci-lib-libremap luci-lib-libremap-contact luci-lib-libremap-location luci-lib-libremap-system

Configuration

Configurations are in:

/etc/config/libremap

Note that libremap-agent automatically adds a cron in /etc/crontabs/root

43 * * * *        /usr/sbin/libremap-agent

(hopefully the minute at which it is run is randomly chosen)

Babel support plugin

tahini started work on a libremap babel plugin here https://github.com/tahini/libremap-agent-openwrt/tree/libremap_plugin_babel

Hopefully we'll be able to generate links from this data, just like the olsr plugin does.