Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
I want to use RSSDP to get my car's charging Station discovered by a smart Meter. The problem is, the smart meter only listens to device Type NT: urn:schemas-simple-energy-management-protocol:device:Gateway:1 but RSSDP always adds schemas-upnp-org:device:
I want to use RSSDP to get my car's charging Station discovered by a smart Meter. The problem is, the smart meter only listens to device Type
NT: urn:schemas-simple-energy-management-protocol:device:Gateway:1
but RSSDP always addsschemas-upnp-org:device:
How can I get rid of it?