Discover devices in a network over an udp broadcast
Quick install Alturos.DeviceDiscovery over NuGet
PM> install-package Alturos.DeviceDiscovery
var detection = new UdpDeviceDetection();
var helloPackage = new byte[] { 0x01, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00 };
var packages = await detection.GetDeviceInfoPackagesAsync(4800, helloPackage, timeout: 1000);