I checked about it myself.
PnP-X uses the UPnP Simple Service Discovery Protocol (SSDP) to publish a network-connected device for Windows clients on the local network. Using the SSDP XML configuration file, the device can let the client know the PnP H / W ID.
In Windows 7, a user can see a device that supports PnP-X from a network explorer. The user can select the installation context menu to initiate the installation of the PnP-X device driver.
The installation of the PnP driver depends on the H / W ID, which is known in the SSDP XML configuration file.
To implement this scenario on Linux OS, I can use the GUPnP library to support SSDP notification. In addition, I need to implement the correct INF file and device.
BR, Wonil.
source share