See all devices on your local network that advertises services through mDNS (multicast DNS).
Go to file
Mark Nellemann 95914460ee
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Change linux build image.
2023-08-16 10:40:02 +02:00
doc Display service properties. 2023-08-15 21:00:47 +02:00
docker Test drone builds. 2023-08-14 17:58:57 +02:00
gradle/wrapper Initial commit - WIP 2023-08-07 15:39:39 +02:00
src/main Display service properties. 2023-08-15 21:00:47 +02:00
.dockerignore Test drone builds. 2023-08-14 17:58:57 +02:00
.drone.yml Change linux build image. 2023-08-16 10:40:02 +02:00
.editorconfig Initial commit - WIP 2023-08-07 15:39:39 +02:00
.gitignore Initial commit - WIP 2023-08-07 15:39:39 +02:00
Dockerfile Change linux build image. 2023-08-16 10:40:02 +02:00
README.md Test drone builds. 2023-08-14 19:25:41 +02:00
build.gradle Fix build on macOS - requires version number 1+ 2023-08-16 09:39:56 +02:00
gradle.properties Fix build on macOS - requires version number 1+ 2023-08-16 09:39:56 +02:00
gradlew Initial commit - WIP 2023-08-07 15:39:39 +02:00
gradlew.bat Initial commit - WIP 2023-08-07 15:39:39 +02:00
settings.gradle Remove gluon stuff and run as plain desktop app. 2023-08-14 14:33:48 +02:00

README.md

mDNS Explorer

View multicastDNS services on your local network.

mDNS-Explorer

Development

Java SDK version 17 (or later) is required.

Information on how to build and package jftpd:

./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