mdns-explorer/README.md
Mark Nellemann 6b70c56d53
All checks were successful
continuous-integration/drone/push Build is passing
Update README and build.
2023-08-23 09:39:45 +02:00

43 lines
699 B
Markdown

# mDNS Explorer
See all devices on your local network that advertises services through mDNS (multicast DNS).
![mDNS-Explorer](doc/mDNS-Explorer.png)
When selecting an entry from the list:
- the service URL is copied to your clipboard
- and you will see any properties from the selected service
## Development
Java SDK version 17 (or later) is required.
Information on how to build and package mDNS-Explorer:
```shell
./gradlew build jpackage
```
### Windows
Download and install:
- Microsoft .NET Framework 3.5
- Wix Toolset 3.11.2 (or later)
### Linux
On Debian/Ubuntu:
- ```apt install dpkg-dev rpm```
### MacOS
Install xcode command line tools:
- ```xcode-select --install```