rossmann-engineering / EEIP.NET

Ethernet/IP compatible library for .NET implementations
MIT License
214 stars 123 forks source link

Add Network up check #29

Open remco1271 opened 2 years ago

remco1271 commented 2 years ago

Fix crash when network is down. Checks first if network is up before sending data Because you can't open a socket on a network interface that is down.