Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/balena/stun-msg
- Owner: balena
- License: unlicense
- Created: 2015-03-28T12:14:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T19:07:42.000Z (over 1 year ago)
- Last Synced: 2023-06-10T20:20:39.269Z (over 1 year ago)
- Topics: c-plus-plus, decoder, encoder, python, stun, stun-message
- Language: C++
- Homepage:
- Size: 662 KB
- Stars: 48
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)