Go to file
Ludovic Chenut 1b25f32d25
add nim-usrsctp to the nimble file
2024-03-08 12:33:45 +01:00
.github/workflows update nim version 2024-03-07 16:10:58 +01:00
examples chore: remove outdated examples 2024-03-08 11:46:34 +01:00
tests add tests/asyncunit & helpers 2024-03-07 17:23:21 +01:00
webrtc remove unused import/variable 2024-03-08 11:35:13 +01:00
README.md Stun comments 2024-02-29 15:15:55 +01:00
webrtc.nimble add nim-usrsctp to the nimble file 2024-03-08 12:33:45 +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.