https://github.com/hf/stun
STUN implementation for Java.
https://github.com/hf/stun
Last synced: about 1 year ago
JSON representation
STUN implementation for Java.
- Host: GitHub
- URL: https://github.com/hf/stun
- Owner: hf
- License: mit
- Created: 2016-10-26T12:43:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T13:32:20.000Z (over 9 years ago)
- Last Synced: 2025-03-28T12:04:12.614Z (over 1 year ago)
- Language: Java
- Size: 89.8 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
STUN
====
[](https://travis-ci.org/hf/stun) [](https://codecov.io/gh/hf/stun)
This is a small, pure-Java library that implements the STUN message format as
well as a non-blocking STUN client and server.
## License
Copyright © 2016 Stojan Dimitrovski
This code is licensed under the permissive MIT X11 license. For the full text
see `LICENSE.txt`.