Projecte

General

Perfil

Lunced » Historial » Versió 11

Roger Pueyo Centelles, 22-04-2015 16:06

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