Projecte

General

Perfil

Lunced » Historial » Versió 10

Roger Pueyo Centelles, 02-03-2015 09:42

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 8 Roger Pueyo Centelles
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:
10 1 Roger Pueyo Centelles
11
opkg update
12 8 Roger Pueyo Centelles
opkg install libubox-lua iperf3
13 1 Roger Pueyo Centelles
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 9 Roger Pueyo Centelles
h3. Version 0.4.7
21
22 10 Roger Pueyo Centelles
* Use the same structure for ping tests as in bandwidth tests (this change makes it backwards incompatible)
23 9 Roger Pueyo Centelles
24 7 Roger Pueyo Centelles
h3. Version 0.4.6.1
25
26
* Added support for bandwidth measurement using iperf3
27
28
h3. Version 0.4.6
29
30
* Added support for iperf3 daemon management
31
32 6 Roger Pueyo Centelles
h3. Version 0.4.5
33
34
* Added calls to reply function to grab BMX6 information from nodes to running
35
lunced by asking the CGI at http://[IPv6]/cgi-bin/bmx6-info?request_name
36
37
h3. Version 0.4.4
38
39
* Improved support for ping6test
40 1 Roger Pueyo Centelles
41 5 Roger Pueyo Centelles
h3. Version 0.4.3
42
43
* Added the packetSize option to ping6test to specify the desired ping packet lenght
44
45 4 Roger Pueyo Centelles
h3. Version 0.4.2
46
47
* Renamed function set_bmx6MetricAlgo to bmx6SetMetricAlgo
48
* New nettest.lua functions library to perform network performance tests
49
* Preliminary support for ping tests
50
51 1 Roger Pueyo Centelles
h3. Version 0.4.1
52
53 3 Roger Pueyo Centelles
* Added function bmx6Descriptors: return all the descriptors in /var/run/bmx6/json/descriptions/
54
* Fixed daemon stop function in /etc/init.d/lunced