green-fox-academy / huli-smarthome-device-static-fuchsit

0 stars 0 forks source link

Implement SSDP, respond to SSDP search #12

Open zkauker opened 6 years ago

zkauker commented 6 years ago

Being able to accept the SSDP Search package (sent by the MASTER board) and composing, sending response back.

zkauker commented 6 years ago

your can use this for testing: packet sender

zkauker commented 6 years ago

Search data:

M-SEARCH * HTTP/1.1\r\nMAN: "ssdp:discover"\r\nHOST: 239.255.255.250:1900\r\nST: ssdp:all\r\nMX: 10\r\n\r\n

You should send this with PacketSender to IP 239.255.255.250 and port 1900 (as you can see in the data as well).

geobalazs commented 6 years ago

PacketSender IP 255.255.255.255 by Marsal Tomi