https://github.com/aromajoin/mdns_browser_windows
https://github.com/aromajoin/mdns_browser_windows
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aromajoin/mdns_browser_windows
- Owner: aromajoin
- Created: 2020-02-05T05:35:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T06:26:13.000Z (over 5 years ago)
- Last Synced: 2025-01-15T20:21:19.030Z (5 months ago)
- Language: C#
- Size: 23.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mDNS Service Browser for Aroma Shooter in Windows
This is an example to scan Aroma Shooter via Wifi by browsing its mDNS service. This demo is written in C#. Basically, this can be used to browse any mDNS service in local networks.
### Prerequisites:
- [Apple Bonjour for Windows](https://developer.apple.com/bonjour/)
### References:
- Mono.Zeroconf v0.9.0 was used. [More about Zeroconf](https://www.mono-project.com/archived/monozeroconf/)
- This sample was hugely based on MZClient from [Mono.Zeroconf repository](https://github.com/mono/Mono.Zeroconf)