Go to file
Ludovic Chenut c677b9e4fa
Fix teststun & add runalltest.nim
2024-03-07 13:25:57 +01:00
.github/workflows Add nimble test 2024-03-07 12:16:48 +01:00
examples harmonize sctp new/init 2024-03-06 16:17:09 +01:00
tests Fix teststun & add runalltest.nim 2024-03-07 13:25:57 +01:00
usrsctp@01cc4e042e Initial commit 2022-10-27 12:49:53 +02:00
webrtc Fix teststun & add runalltest.nim 2024-03-07 13:25:57 +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 Fix teststun & add runalltest.nim 2024-03-07 13:25:57 +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.