Crates.io | stun-client |
lib.rs | stun-client |
version | 0.1.4 |
source | src |
created_at | 2021-05-03 15:23:23.836791 |
updated_at | 2023-07-17 07:24:49.517272 |
description | This is a simple async_std based asynchronous STUN client library. |
homepage | |
repository | https://github.com/yoshd/stun-client.git |
max_upload_size | |
id | 392535 |
size | 79,070 |
This is a simple async_std based asynchronous STUN client library. At the moment only some features of RFC8489 are implemented and only simple binding requests are possible.
It also supports the OTHER-ADDRESS and CHANGE-REQUEST attributes for RFC5780 -based NAT Behavior Discovery.