appnet.link-controller

AppNet.Link Protocol Controller Services

View on GitHub

appnet.link-controller

AppNet.Link controller services to support AppNet.link protocol

Prerequest

Install

Install on Linux with Docker

Code structure


* sdp.js                 - Session Desription implementation
* stun.js                - STUN protcol implementation
* turn.js                - TURN protocl implementation
* db/sdp.js.             - Session data model persistent in GraphDB
* vurl.js.               - Virtual URL implementation

* appnet.link-server.js    - AppNet.link protocol controller implementation
* appnet.link-server-v2.js - AppNet.link protocol controller V2 implementation using SecureWebsocket and NaclCert

* ssl.js                 - SSL/RSA certs generate utils
* demos/                 - demos
* ca-certs               - your own Root CA certs
* certs                  - dynamical generated SSL/RSA certs for connections
* routepath.js           - pure JS tracerouter implementation using UDP/TTL probe. TBD

More demos:

Look on demos/

TODO:

Support us

License

(The MIT License)

Copyright (c) 2012-present Tom Zhou(appnet.link@gmail.com)