Go to file
Ludovic Chenut 6298f3709c
try ci without dtls timer callback
2024-03-07 16:28:37 +01:00
.github/workflows update nim version 2024-03-07 16:10:58 +01:00
examples harmonize sctp new/init 2024-03-06 16:17:09 +01:00
tests change comments/message test 2024-03-07 16:06:47 +01:00
usrsctp@01cc4e042e Initial commit 2022-10-27 12:49:53 +02:00
webrtc try ci without dtls timer callback 2024-03-07 16:28:37 +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 update nim version 2024-03-07 16:10:58 +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.