Skip to content

wailay/lightstun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightstun

Implementation of a basic stand-alone STUN server like described in Section 12 from RFC8489

Supports UDP/TCP and IPV4

This is an attempt at learning C Networking. Using epoll for TCP and UDP multiplexing.

The code is not really portable, will work only on Linux for now.

TODOS:

  • implement tls and dtls.
  • better error handling and logging.
  • automate build process.

About

basic stand-alone stun server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published