Skip to content

A virtual LAN and socket library for the Web, based on WebRTC

License

Notifications You must be signed in to change notification settings

CyberFlameGO/cheerpnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheerpnet

A virtual LAN and socket library for the Web, based on WebRTC

Build and install

mkdir build
cd build
cmake .. -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/cheerp/share/cmake/Modules/CheerpToolchain.cmake  -DCMAKE_INSTALL_PREFIX=/opt/cheerp
ninja && sudo ninja install

Use

See cheerpnet.h for the API and the example folder for a minimal application.

You need API keys for a Firebase Realtime Database, and populate a FirebaseConfig object with the required info, then pass it to the init function.

About

A virtual LAN and socket library for the Web, based on WebRTC

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C++ 81.6%
  • C 10.2%
  • CMake 4.6%
  • HTML 3.6%