lifeemotions / knx.net

KNX.net provides a KNX API for .NET
MIT License
102 stars 47 forks source link

ConnectionStatus #11

Closed savage8811 closed 8 years ago

savage8811 commented 8 years ago

Is there a way to check the status of the knx connection? If the network interrupts KnxDisconnectedDelegate is not fired.

abelsilva commented 8 years ago

it's complicated, routing and tunneling are UDP based, there's no state on the network layer

on the application layer, routing never has state, tunneling has signon/signoff but there are no echo request messages to know if the connection is up or down