Skip to content

sucrose0413/Alturos.DeviceDiscovery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alturos.DeviceDiscovery

Alturos.DeviceDiscovery

Discover devices in a network over an udp broadcast

NuGet

Quick install Alturos.DeviceDiscovery over NuGet

PM> install-package Alturos.DeviceDiscovery

Examples

MOXA NPort discovery

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);

About

Discover devices in a network over an udp broadcast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%