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.
 
 
 
 
 
7u83 5423709dda Removed libwifi dependencies 9 months ago
doc More cisco stuff added 5 years ago
include Options for libmavl and include directory added 10 months ago
src Removed libwifi dependencies 9 months ago
ssl Added lots of RPC cmds added. send is possible. 9 months ago
tools moved local_cfg, remote_cfg ... to cw_ElemData struct 10 months ago
.gitignore iignor wtp and actube excutables 5 years ago
.travis.yml Travis: don't need to build jsmn before 7 years ago
INSTALL Moved debug options into a mavl object 9 months ago
LICENSE Changed date in license 3 years ago
Makefile Work on state machine 10 months ago
README.md Better formatting 9 months ago

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 terminal window 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 <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