Projecte

General

Perfil

Lunced » Historial » Versió 6

Roger Pueyo Centelles, 18-02-2015 12:48

1 1 Roger Pueyo Centelles
h1. Lunced
2
3
h2. About
4
5
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.
6
7
h2. Requirements
8
9
Lunced needs the libubox-lua package, available from OpenWrt _Barrier Breaker_ 14.07 on. You can install it on your node by typing:
10
11
opkg update
12
opkg install libubox-lua
13
14
h2. Installation
15
16 6 Roger Pueyo Centelles
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).
17 1 Roger Pueyo Centelles
18
h2. Changelog
19 6 Roger Pueyo Centelles
20
h3. Version 0.4.5
21
22
* Added calls to reply function to grab BMX6 information from nodes to running
23
lunced by asking the CGI at http://[IPv6]/cgi-bin/bmx6-info?request_name
24
25
h3. Version 0.4.4
26
27
* Improved support for ping6test
28 1 Roger Pueyo Centelles
29 5 Roger Pueyo Centelles
h3. Version 0.4.3
30
31
* Added the packetSize option to ping6test to specify the desired ping packet lenght
32
33 4 Roger Pueyo Centelles
h3. Version 0.4.2
34
35
* Renamed function set_bmx6MetricAlgo to bmx6SetMetricAlgo
36
* New nettest.lua functions library to perform network performance tests
37
* Preliminary support for ping tests
38
39 1 Roger Pueyo Centelles
h3. Version 0.4.1
40
41 3 Roger Pueyo Centelles
* Added function bmx6Descriptors: return all the descriptors in /var/run/bmx6/json/descriptions/
42
* Fixed daemon stop function in /etc/init.d/lunced