jselbie / stunserver

Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org.
http://www.stunprotocol.org
Apache License 2.0
1.41k stars 347 forks source link

Android Sample Code #25

Closed srohith900 closed 6 years ago

srohith900 commented 6 years ago

Seen your STUN Client project, if possible kindly provide some android sample project.

jselbie commented 6 years ago

Jstun is stun client code in Java. Should compile fine in Android. Link below.

https://github.com/tking/JSTUN

On Wed, Jun 27, 2018, 1:00 AM rohith notifications@github.com wrote:

Seen your STUN Client project, if possible kindly provide some android sample project.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jselbie/stunserver/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7ZF932I7u2yX-8LI_M-ZW1JLtBzLi3ks5uAzuDgaJpZM4U5OwK .

jselbie commented 6 years ago

Link provided above