Skip to content

paullouisageneau/librtcdcpp

 
 

Repository files navigation

librtcdcpp - A Simple WebRTC DataChannels Library

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.

Why

Because building the WebRTC libraries from Chromium can be a real PITA, and slimming it down to just DataChannels can be really tough.

Dependencies

Submodules:

Building

Linux:

  git submodule update --init --recursive
  make

TODO: deb and rpm packages

Mac:

TODO

Windows:

TODO

Licensing

BSD style - see the accompanying LICENSE file for more information

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Makefile 1.2%