Projecte

General

Perfil

Lunced » Historial » Revisió 5

Revisió 4 (Roger Pueyo Centelles, 19-01-2015 10:15) → Revisió 5/11 (Roger Pueyo Centelles, 11-02-2015 20:08)

h1. Lunced 

 h2. 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. 

 h2. Requirements 

 Lunced needs the libubox-lua package, available from OpenWrt _Barrier Breaker_ 14.07 on. You can install it on your node by typing: 

 opkg update 
 opkg install libubox-lua 

 h2. 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).  

 h2. Changelog 

 h3. Version 0.4.3 

 * Added the packetSize option to ping6test to specify the desired ping packet lenght 

 h3. 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 

 h3. 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