Do not follow this link

~ashn/nbnet-sunder

Sunder bindings for nbnet
Add _Bool -> bool conversion
Replace NBNET_REPODIR with NBNET_DIR and NBNET_REPOURL with NBNET_URL
Fix always-enabled TLS for Emscripten WebRTC driver

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~ashn/nbnet-sunder
read/write
git@git.sr.ht:~ashn/nbnet-sunder

You can also use your local clone with git send-email.

#nbnet-sunder

Sunder bindings for nbnet.

#Build and Install

#Native UDP Driver

$ make

#Native WebRTC Driver

$ make CFLAGS="-DNBN_WEBRTC_NATIVE -I /path/to/libdatachannel/include"

#Install

Install to $(SUNDER_HOME)/lib/nbnet:

$ make install

#License

All content in this repository is licensed under the Zero-Clause BSD license.

See LICENSE for more information.

Do not follow this link