-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathINSTALL
57 lines (40 loc) · 804 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
pre-requisites to build actube
==============================
Compile
=======
FreeBSD
----------------
pkg install wget
pkg install nettle
cd src/contrib
sh install_libmavl
cd ..
make
Ubuntu
------
apt-get install build-essential clang
apt-get install nettle-dev
apt-get install libssl-dev
apt install libedit-dev
apt install bmake
cd src/contrib
sh install_libmavl
cd ..
bmake
RUN
---
Test start the ac with some debugging:
cd src/ac
export LD_LIBRARY_PATH=../../lib/<os name>/<arch>
./actube -d std -d info
Connect shell to the running AC:
cd src/ac
./act -s 127.0.0.1:5000
Some shell cmds:
list - list joined APs
select <name> - select an AP
cfg - show cfg of selected AC
ucfg - show current update cfg
set <key:bal> - set value in ucfg
send - send ucfg to AC
clear - clear ucfg