MotionCast / RTCast

A custom WebRTC module using libdatachannel to connect a Pilot with Linear.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTCast

A custom WebRTC module using libdatachannel to connect a Pilot with Linear.

Requirements

Build

$ cmake -B build -DBUILD_TESTS=1 -DBUILD_DOCS=1
$ cmake --build build # will build docs in ./docs

Testing

# Build first, then run the following
$ ctest --test-dir build --output-on-failure

Authorship

Jacob SP <jacob@moca.st>

Licence

GPLv2

This software is distributed under the General Public License v2.0, more information available at the Free Software Foundation.

About

A custom WebRTC module using libdatachannel to connect a Pilot with Linear.

License:GNU General Public License v2.0


Languages

Language:C++ 76.3%Language:CMake 23.7%