Go to file
Ludovic Chenut 928fc59a62
feat: udp connection (#8)
2024-04-02 14:04:14 +02:00
.github/workflows feat: udp connection (#8) 2024-04-02 14:04:14 +02:00
tests Resetting master 2024-03-08 13:50:59 +01:00
webrtc feat: udp connection (#8) 2024-04-02 14:04:14 +02:00
README.md Stun comments 2024-02-29 15:15:55 +01:00
webrtc.nimble Resetting master 2024-03-08 13:50:59 +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.