librtcdcpp icon indicating copy to clipboard operation
librtcdcpp copied to clipboard

Working Linux build

Open chadnickbok opened this issue 9 years ago • 2 comments

This is my first goal - to get this working successfully on Linux, including:

  • Simple C wrapper
  • Basic makefile
  • Small example client that uses librtcdcpp and libwebsockets
  • Small python example server that facilitates the simple client demo

chadnickbok avatar Aug 16 '16 21:08 chadnickbok

Initial CMakeLists.txt should now support linux

chadnickbok avatar Sep 08 '16 22:09 chadnickbok

I've written a C wrapper. It runs every peer connection in a child process and uses ZeroMQ's IPC in request-response pattern to communicate between parent and child. We needed this for our use case of having to create more than two peer connections within a single program. If you feel this is fine for your library, I can send a PR.

mo3rfan avatar Aug 31 '17 06:08 mo3rfan