Giter VIP home page Giter VIP logo

softoffload-agent's Introduction

SoftOffload Agent

SoftOffload Agent is a Click-Based management module designed for wireless association and client monitoring on WiFi and cellular access ponits. It cooperates with the SoftOffload Master and the client extension to provide SDN-based wireless services.

Our agent logic is implemented mainly by using a custom Click element called sdnagent. To facilitate system building, we merge all the rest Click codes in this repo.

Usage

Build

$ git clone https://github.com/TKTL-SDN/SoftOffload-Agent.git
$ cd SoftOffload-Agent

# our current agent does not support kernel mode
# you may choose to disable linux kernel mode to speed up the building

$ ./configure --enable-wifi --enable-local (--disable-linuxmodule)
$ make

Generate custom configuration for your system

Change agent configuration agent.click for your system.

We provide a script to help you generate suitable config file quickly for your system.

$ cd SoftOffload-Agent/conf/local-agent/

# read our help instruction on parameter setting    
$ ./agent-config-generator.py -h

# run the script with suitable arguments to generate config file
$ ./agent-config-generator.py [your args...] > agent.click

You can find instruction about parameters with this script when you run it, or you can use -h to check help info.

Run

# run Click in the userlevel
sudo ./userlevel/click conf/local-agent/agent.click

Licence

This project is licensed under the Click LICENSE (based on an MIT license).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.