travelping / capwap-dp

CAPWAP Datapath element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAPWAP Datapath element

Build Status

BUILDING

Build tools: gcc, automake, autoconf, libtool, shtool

Mandatory build dependencies:

Optional build dependencies:

On Debian/Ubuntu

# ./autogen.sh
# ./configure
# make

Docker container images

This repository also creates a Docker image which can be used as a base for other images to create a CAPWAP AC data path. At the time of writing we recommend to use this base image for testing and development. You can use the host network and need network interfaces to be configured beforehand.

To add a custom configuration to the container, a volume may be mounted to /etc/capwap-dp.conf.

About

CAPWAP Datapath element

License:GNU Affero General Public License v3.0


Languages

Language:C 94.7%Language:M4 4.5%Language:Dockerfile 0.4%Language:Makefile 0.3%Language:Shell 0.1%