Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balena/stun-msg

STUN message encoder/decoder public domain in C/C++
https://github.com/balena/stun-msg

c-plus-plus decoder encoder python stun stun-message

Last synced: 22 days ago
JSON representation

STUN message encoder/decoder public domain in C/C++

Awesome Lists containing this project

README

        

This is a public domain implementation in C, C++ and Python of the STUN message
(decoder and encoder), based on RFCs [5246](http://www.iana.org/go/rfc5246),
[5389](http://www.iana.org/go/rfc5389), [5766](http://www.iana.org/go/rfc5766),
[5780](http://www.iana.org/go/rfc5780), [6062](http://www.iana.org/go/rfc6062),
and [6156](http://www.iana.org/go/rfc6156).

Check the full documentation:

* [How to Use the C library](https://github.com/guibv/stun-msg/wiki/How-to-use-the-C-library)
* [How to Use the C++ library](https://github.com/guibv/stun-msg/wiki/How-to-use-the-CPP-library)
* [How to Use the Python library](https://github.com/guibv/stun-msg/wiki/How-to-use-the-Python-library)