#upnp #gateway #protocols #devices #mapping #client #igd

veilid-igd

Fork of igd and igd-next modified to the needs of the Veilid project. Internet Gateway Protocol client

2 releases

0.1.1 Oct 13, 2023
0.1.0 Sep 3, 2023

#13 in #upnp

Download history 39/week @ 2024-01-01 40/week @ 2024-01-08 38/week @ 2024-01-15 44/week @ 2024-01-22 31/week @ 2024-01-29 31/week @ 2024-02-05 77/week @ 2024-02-12 106/week @ 2024-02-19 127/week @ 2024-02-26 72/week @ 2024-03-04 176/week @ 2024-03-11 186/week @ 2024-03-18 266/week @ 2024-03-25 276/week @ 2024-04-01 51/week @ 2024-04-08 203/week @ 2024-04-15

809 downloads per month
Used in 7 crates (via veilid-core)

MIT license

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

~3–18MB
~269K SLoC