Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager authored Feb 18, 2022
1 parent 0852047 commit 422983a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Nager.UdpDeviceDiscovery
Discover devices in a network over an udp broadcast
Discover devices on the network via an udp broadcast

## nuget
The package is available on [nuget](https://www.nuget.org/packages/Nager.UdpDeviceDiscovery)
Expand All @@ -16,4 +16,4 @@ var helloPackage = new byte[] { 0x01, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00 }

var deviceDetector = new UdpDeviceDetector();
var packages = await deviceDetector.GetDeviceInfoPackagesAsync(4800, helloPackage, receiveTimeout: 2000);
```
```

0 comments on commit 422983a

Please sign in to comment.