mdns-explorer/README.md

38 lines
484 B
Markdown
Raw Normal View History

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