uPNP - handling changes to local IP address -


i boot laptop w/o lan connection , link-local address 169.254.1.1

my local upnp clients/servers start discovering 1 , communicating.

now connect lan , dhcp assigns me proper routable ip address 10.0.0.4.

i upnp clients , servers start interacting others on lan.

do clients , servers need written detect situation , restart upnp sessions or there better way? example, there upnp s/w libary supports ip address changes internally?

thanks,

r

ohnet detect changes in ip address , update devices, including switching them between network interfaces. c++ library bindings c#, java , c clients. liberally licensed , has ports available desktop , mobile platforms.

disclaimer: i'm not entirely unbiased here - maintain project.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -