Show the crate…
1 unstable release
Uses old Rust 2015
0.4.2 | Apr 6, 2021 |
---|
#26 in #upnp
40KB
768 lines
Tetsy 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 IG 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
~9.5MB
~205K SLoC