2024-01-07 03:57:21 +02:00
2024-01-07 03:45:35 +02:00
2024-01-07 03:20:50 +02:00
2024-01-07 03:20:50 +02:00
2024-01-07 03:20:50 +02:00
2024-01-07 03:57:21 +02:00

stund

A minimal asynchronous STUN server implementation.

The server implements the minimal necessary functionality from RFC 8489, namely the Binding Request.

The server is both IPv6 and IPv4 capable. When listening on IPv6 address, the server is capable of handling IPv6/IPv4 clients.

Running

To try out the server, just run:

$ cargo run

Testing

To verify the server functions properly, the following tools may be used:

S
Description
A minimal STUN server
Readme 44 KiB
Languages
Rust 100%