Lunced » Historial » Revisió 8
« Anterior |
Revisió 8/11
(diferencies)
| Següent »
Roger Pueyo Centelles, 24-02-2015 09:37
Lunced¶
About¶
Lunced is an OpenWrt daemon written in Lua for the NC tool of the Confine OC2 project. It provides information to the NC web user interface about the node itself via Ubus and other nodes in the network using JSON over HTTP.
Requirements¶
Lunced needs the libubox-lua package, available from OpenWrt Barrier Breaker 14.07 on, and iperf3, available on OpenWrt trunk and backported to qMp Clearance 3.1. You can install it on your node by typing:
opkg update
opkg install libubox-lua iperf3
Installation¶
Copy the contents of the packages/lunced/files folder to the / on your device. Then enable the daemon (/etc/init.d/lunced enable) and start it (/etc/init.d/lunced start).
Changelog¶
Version 0.4.6.1¶
- Added support for bandwidth measurement using iperf3
Version 0.4.6¶
- Added support for iperf3 daemon management
Version 0.4.5¶
- Added calls to reply function to grab BMX6 information from nodes to running
lunced by asking the CGI at http://[IPv6]/cgi-bin/bmx6-info?request_name
Version 0.4.4¶
- Improved support for ping6test
Version 0.4.3¶
- Added the packetSize option to ping6test to specify the desired ping packet lenght
Version 0.4.2¶
- Renamed function set_bmx6MetricAlgo to bmx6SetMetricAlgo
- New nettest.lua functions library to perform network performance tests
- Preliminary support for ping tests
Version 0.4.1¶
- Added function bmx6Descriptors: return all the descriptors in /var/run/bmx6/json/descriptions/
- Fixed daemon stop function in /etc/init.d/lunced
Actualitzat per Roger Pueyo Centelles fa casi 10 anys · 8 revisions