AC-Tube
Go to file
7u83 085e657c76 Updated what you can do so far 2022-09-04 13:47:51 +02:00
doc More cisco stuff added 2018-04-27 12:04:03 +00:00
include Options for libmavl and include directory added 2022-08-18 10:54:14 +02:00
src Added some (test) macros to git 2022-09-04 13:29:15 +02:00
ssl Added lots of RPC cmds added. send is possible. 2022-08-28 09:06:15 +02:00
tools moved local_cfg, remote_cfg ... to cw_ElemData struct 2022-07-28 01:36:16 +02:00
.gitignore iignor wtp and actube excutables 2018-03-26 14:21:31 +00:00
.travis.yml Travis: don't need to build jsmn before 2016-03-25 14:13:45 +00:00
INSTALL Moved debug options into a mavl object 2022-09-04 11:13:12 +02:00
LICENSE Changed date in license 2020-03-29 22:29:42 +00:00
Makefile Work on state machine 2022-08-11 00:21:01 +02:00
README.md Updated what you can do so far 2022-09-04 13:47:51 +02:00

README.md

AC-Tube

Open Source CAPWAP WLC + WTP

Current status: development.

See also http://7u83.cauwersin.com/?cat=28

What you can do so far ...

Read INSTALL and compile actube. Then ...

Create certificates: cd ssl sh all.sh cd ..

Edit src/actube/config.ckv and set your IP in capwap/control-ip-address/address.0

Start actube with some debug options: cd src/ac /actube -d std -d mod -d elem_detail -d elem_dmp

If you have an AP with IOS 7.3x it should connect. Others might connect, too. Make sure on the AP you heve made clear capwap private-config.

In another shell connect to the RPC interface: cd src/ac ./act -s 127.0.0.1:5000

Send some commands to bring up a WLAN: list # list all connected APs select # set to the name of AP you want to select status # show status of selected AP

the following sequence activates a WLAN called actube on AP

load wlan1 send
clear load activate send

status # This should display now oper status for # interface 0 enabled

CWAPWAP data layer is still not finished, so you can't use the WLAN