See all devices on your local network that advertises services through mDNS (multicast DNS).
Go to file
Mark Nellemann c14b2be92e
continuous-integration/drone/push Build is passing Details
Update README.md
2023-08-23 11:15:14 +00:00
doc Update style. 2023-08-23 13:06:46 +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 Update style. 2023-08-23 13:06:46 +02:00
.dockerignore Test drone builds. 2023-08-14 17:58:57 +02:00
.drone.yml Update style. 2023-08-23 13:06:46 +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 Update README.md 2023-08-23 11:15:14 +00:00
build.gradle Update style. 2023-08-23 13:06:46 +02:00
gradle.properties Update style. 2023-08-23 13:06:46 +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

See devices on your local network that advertises services through mDNS (multicast DNS).

mDNS-Explorer

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

Download installers for Windows, macOS & Linux here: https://git.data.coop/nellemann/-/packages/generic/mdns-explorer/

Development

Java SDK version 17 (or later) is required.

Information on how to build and package mDNS-Explorer:

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