I am trying to implement some kind of service discovery in my network. In particular i want my linux powered devices to be disvored by an Android application. I came across ssdp and this seems to be suitable for my task. I was looking for some ssdp libraries for c++ but did not found any. Do i have to implement it on my own? if so, can you give a brief overview on how this can be done? Or is it just about sending NOTIFY messages over UDP, which can be done without a library!
regards
The wiki article you linked to mentions UPnP as a successor to SSDP. Perhaps libupnp has what you need? http://pupnp.sourceforge.net/