35 releases

0.12.1 May 2, 2023
0.12.0 Dec 26, 2020
0.11.1 Jun 6, 2020
0.10.0 Jan 19, 2020
0.0.1 Feb 27, 2015

#308 in Network programming

Download history 6519/week @ 2023-12-13 4714/week @ 2023-12-20 3476/week @ 2023-12-27 8093/week @ 2024-01-03 5861/week @ 2024-01-10 6477/week @ 2024-01-17 8824/week @ 2024-01-24 5971/week @ 2024-01-31 5464/week @ 2024-02-07 6045/week @ 2024-02-14 5770/week @ 2024-02-21 9694/week @ 2024-02-28 10196/week @ 2024-03-06 9013/week @ 2024-03-13 9413/week @ 2024-03-20 5392/week @ 2024-03-27

36,298 downloads per month
Used in 65 crates (20 directly)

MIT license

86KB
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–14MB
~165K SLoC