Go to file
Ludovic Chenut 4c1eb13926
StunConn adds debug
2024-03-01 12:11:04 +01:00
examples webrtc 2023-10-13 15:04:02 +02:00
tests DataChannel: decoding / encoding 2023-10-05 13:44:10 +02:00
usrsctp@01cc4e042e Initial commit 2022-10-27 12:49:53 +02:00
webrtc StunConn adds debug 2024-03-01 12:11:04 +01:00
.gitmodules Removed mbedtls wrapper 2023-05-30 11:24:54 +02:00
README.md Stun comments 2024-02-29 15:15:55 +01:00
build_usrsctp.sh First draft of the mbedtls wrapper 2023-05-09 15:26:38 +02:00
prelude_usrsctp.nim First draft of the mbedtls wrapper 2023-05-09 15:26:38 +02:00
webrtc.nimble sctp/dtls client done 2024-02-28 13:49:43 +01:00

README.md

Nim-Webrtc

Stability: experimental License: MIT License: Apache

A simple WebRTC stack first implemented for libp2p WebRTC direct transport. It uses a wrapper from two different C libraries:

  • usrsctp for the SCTP stack
  • mbedtls for the DTLS stack

Usage

Installation

TODO

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.