1 unstable release

0.12.4 Jul 27, 2022

#19 in #upnp

21 downloads per month
Used in rmw-upnp

MIT license

79KB
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

~3–15MB
~210K SLoC