2014-08-18 01:53:54 +02:00
|
|
|
AC-Tube
|
|
|
|
=======
|
2020-03-07 22:26:42 +01:00
|
|
|
Open Source CAPWAP WLC + WTP
|
2014-08-18 01:52:57 +02:00
|
|
|
|
2022-09-04 13:47:51 +02:00
|
|
|
Current status: development.
|
2014-08-18 01:56:27 +02:00
|
|
|
|
|
|
|
See also http://7u83.cauwersin.com/?cat=28
|
2022-09-04 11:13:12 +02:00
|
|
|
|
|
|
|
What you can do so far ...
|
|
|
|
|
2022-09-04 13:47:51 +02:00
|
|
|
Read INSTALL and compile actube.
|
2022-09-04 14:00:43 +02:00
|
|
|
|
2022-09-04 13:47:51 +02:00
|
|
|
Then ...
|
|
|
|
|
|
|
|
Create certificates:
|
2022-09-04 14:00:43 +02:00
|
|
|
|
|
|
|
cd ssl
|
|
|
|
sh all.sh
|
|
|
|
cd ..
|
2022-09-04 13:47:51 +02:00
|
|
|
|
|
|
|
Edit src/actube/config.ckv and set your IP in
|
|
|
|
capwap/control-ip-address/address.0
|
|
|
|
|
|
|
|
Start actube with some debug options:
|
2022-09-04 14:00:43 +02:00
|
|
|
|
|
|
|
cd src/ac
|
|
|
|
./actube -d std -d mod -d elem\_detail -d elem\_dmp
|
2022-09-04 13:47:51 +02:00
|
|
|
|
|
|
|
If you have an AP with IOS 7.3x it should connect. Others
|
|
|
|
might connect, too.
|
|
|
|
|
2022-09-04 14:00:43 +02:00
|
|
|
Make sure on the AP you heve made
|
|
|
|
clear capwap private-config.
|
|
|
|
|
|
|
|
In another terminal window connect to the RPC interface:
|
|
|
|
|
|
|
|
cd src/ac
|
|
|
|
./act -s 127.0.0.1:5000
|
2022-09-04 13:47:51 +02:00
|
|
|
|
|
|
|
Send some commands to bring up a WLAN:
|
|
|
|
|
2022-09-04 14:00:43 +02:00
|
|
|
list # list all connected APs
|
|
|
|
select <apname> # set <apname> 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
|
2022-09-04 13:47:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-09-04 11:13:12 +02:00
|
|
|
|