2 releases
0.1.1 | Oct 13, 2023 |
---|---|
0.1.0 | Sep 3, 2023 |
#15 in #upnp
480 downloads per month
Used in 8 crates
(via veilid-core)
96KB
2K
SLoC
Internet Gateway Device client
This is a simple library that communicates with an UPNP enabled gateway device (a router). Contributions and feedback are welcome.
At the moment, you can search for the gateway, request the gateway's external address and, add/remove port mappings. See the examples/
folder for a demo.
Contributions are welcome! This is pretty delicate to test, please submit an issue if you have trouble using this.
License
MIT
lib.rs
:
This library allows you to communicate with an IGD enabled device.
Use one of the search_gateway
functions to obtain a Gateway
object.
You can then communicate with the device via this object.
Dependencies
~2–17MB
~263K SLoC