Skip to content
Qifan Lu edited this page Oct 2, 2017 · 5 revisions

Home

Welcome to the WISP ERT wiki home!

Outline

(TODO: Update links)

Project Structure

(TODO: Project structure description)

  • client
    • run-once
    • wisp-base
    • wisp-ert
    • wisp-ert-demo
    • wtp
  • deps
    • ``
  • misc
  • server
    • sllurp: See deps/sllurp.
    • urpc: See deps/urpc.
    • wisp-ert
    • wtp
  • wiki: WISP ERT wiki documents.

API Documentation

The API descriptions are written in Javadoc-like format and the documentation is generated with Doxygen.

License

The server-side WTP and WISP ERT code uses GPLv3-licensed sllurp and is therefore also licensed under GNU GPLv3. If one day these two projects no longer depend on sllurp or the underlying LLRP library is abstracted out, we will consider relicensing these two projects under more permissive open source license.

All other code in this project is licensed under BSD 2-Clause License.

Clone this wiki locally