librtcdcpp is a simple C++ implementation of the WebRTC DataChannels API.
It was originally written by Andrew Gault and Nick Chadwick, and was inspired in no small part by librtcdc
Its goal is to be the easiest way to build native WebRTC DataChannels apps across PC/Mac/Linux/iOS/Android.
Because building the WebRTC libraries from Chromium can be a real PITA, and slimming it down to just DataChannels can be really tough.
- libnice - https://github.com/libnice/libnice
- GnuTLS - https://www.gnutls.org/ or OpenSSL - https://www.openssl.org/
Submodules:
- usrsctp - https://github.com/sctplab/usrsctp
- spdlog - https://github.com/gabime/spdlog
git submodule update --init --recursive
make
TODO: deb and rpm packages
TODO
TODO
BSD style - see the accompanying LICENSE file for more information