From 085e657c769f2704a749b162a90d35a3e11ba3d3 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Sun, 4 Sep 2022 13:47:51 +0200 Subject: [PATCH] Updated what you can do so far --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7771e46..a7129ef0 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,57 @@ AC-Tube ======= Open Source CAPWAP WLC + WTP -Current status: early development. +Current status: development. See also http://7u83.cauwersin.com/?cat=28 What you can do so far ... -Compile as stated in INSTALL. +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 + + + + +