resourcepool / ssdp-client

The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Apache License 2.0
52 stars 21 forks source link

Support the update announcement of Ssdp #3

Closed apaku closed 6 years ago

apaku commented 6 years ago

Services may use this if some of their data changes, i.e. the location or other fields. Otherwise its similar to the alive/byebye announcements.

This allows users to get notified about such updates of the services information.

loicortola commented 6 years ago

Hi @apaku, thanks for the PR, I will merge it and make a new release.

Cheers :)

Loïc