AC-Tube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
actube/INSTALL

58 lines
804 B

pre-requisites to build actube
==============================
7 months ago
Compile
=======
7 months ago
FreeBSD
----------------
pkg install wget
7 months ago
pkg install nettle
cd src/contrib
sh install_libmavl
cd ..
make
7 months ago
Ubuntu
------
apt-get install build-essential clang
apt-get install nettle-dev
apt-get install libssl-dev
7 months ago
apt install libedit-dev
7 months ago
apt install bmake
7 months ago
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