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

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.

Awesome Lists containing this project

README

          

STUN
====
[![Build Status](https://travis-ci.org/hf/stun.svg?branch=master)](https://travis-ci.org/hf/stun) [![codecov](https://codecov.io/gh/hf/stun/branch/master/graph/badge.svg)](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`.