You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently user needs to know the IP address for computer running ExtPlane. This is annoying sometimes if IP can change.
Add support for Avahi (aka ZeroConf) protocol which would allow automatic discovery of the service.
Do it in platform independent way if possible.. I don't know if there is a common library to do it.
The text was updated successfully, but these errors were encountered:
I added hostname support a while ago (ie flightsim1.local, MYWINDOWSPC, flightsim.domain.com), which should theoretically allow for moving IPs. This might be sufficient for most people...?
Thanks, this is cool. We could actually use this UDP networking interface to do limited pluginless ExtPlane and/or use UDP for high performance per-frame updates.
Currently user needs to know the IP address for computer running ExtPlane. This is annoying sometimes if IP can change.
Add support for Avahi (aka ZeroConf) protocol which would allow automatic discovery of the service.
Do it in platform independent way if possible.. I don't know if there is a common library to do it.
The text was updated successfully, but these errors were encountered: