Skip to content

Latest commit

 

History

History

python-data-channel-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

python-data-channel-client

This example shows how to use the Python library to create a client that communicates with another one by a WebRTC data channel. This example should be used with web-data-channel-client.

How to use

cd ../..
mkdir build
cd build
cmake ..
cmake --build . --config Release|Debug
cmake --install .

cd ../examples/python-data-channel-client/
python3 python_data_channel_client.py