Crate igd

source ·
Expand description

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.

Modules

  • This module implements the same features as the main crate, but using async io.

Structs

  • This structure represents a gateway found by the search functions.
  • One port mapping entry as returned by GetGenericPortMappingEntry
  • Gateway search configuration

Enums

Functions

Type Definitions

  • A result type where the error is igd::Error.