mdns-explorer/README.md
Mark Nellemann 9c161d115e
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
Test drone builds.
2023-08-14 19:25:41 +02:00

38 lines
484 B
Markdown

# mDNS Explorer
View multicastDNS services on your local network.
![mDNS-Explorer](doc/mDNS-Explorer.png)
## Development
Java SDK version 17 (or later) is required.
Information on how to build and package jftpd:
```shell
./gradlew build jpackage
```
### Windows
Download and install
- Microsoft .NET Framework 3.5
- Wix Toolset 3.11.2 (or later)
### Linux
TODO
docker build . -f docker/Dockerfile.rpm-txt
or
docker build . -f docker/Dockerfile.deb-txt
### MacOS
TODO