An open API service indexing awesome lists of open source software.

https://github.com/aromajoin/mdns_browser_windows


https://github.com/aromajoin/mdns_browser_windows

Last synced: 3 months ago
JSON representation

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)