Go to file
Ludovic Chenut 26cad2a383
fix: stun and dtls close (#22)
* fix: stun & dtls close

* chore: change the test names & variable names

* fix: add isClosed to DtlsConn

* feat: remove `closeEvent`/`join`/`cleanup` and replace those by `onClose` sequence of proc to be executed on close
2024-08-30 12:19:09 +02:00
.github/workflows chore: update ci (#21) 2024-08-23 12:18:05 +02:00
tests fix: stun and dtls close (#22) 2024-08-30 12:19:09 +02:00
webrtc fix: stun and dtls close (#22) 2024-08-30 12:19:09 +02:00
README.md Stun comments 2024-02-29 15:15:55 +01:00
webrtc.nimble feat: dtls connection using mbedtls (#10) 2024-08-13 15:54:03 +02: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.