chadnickbok / librtcdcpp

A simple WebRTC DataChannels library
BSD 3-Clause "New" or "Revised" License
158 stars 41 forks source link

Working Linux build #1

Open chadnickbok opened 8 years ago

chadnickbok commented 8 years ago

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

chadnickbok commented 8 years ago

Initial CMakeLists.txt should now support linux

mo3rfan commented 7 years ago

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.