Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melloware/zeroconf-browser
Android application to browse the network for available Bonjour/Avahi/Rendezvous/ZeroConf mDNS services
https://github.com/melloware/zeroconf-browser
android avahi bonjour java rendezvous zero-configuration
Last synced: 10 days ago
JSON representation
Android application to browse the network for available Bonjour/Avahi/Rendezvous/ZeroConf mDNS services
- Host: GitHub
- URL: https://github.com/melloware/zeroconf-browser
- Owner: melloware
- License: mit
- Created: 2023-05-02T15:26:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T17:10:41.000Z (over 1 year ago)
- Last Synced: 2024-11-07T23:42:02.514Z (2 months ago)
- Topics: android, avahi, bonjour, java, rendezvous, zero-configuration
- Language: Java
- Homepage:
- Size: 234 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
# ZeroConf Browser
Android application to browse the network for available Bonjour/Avahi/Rendezvous/ZeroConf mDNS services.
## Purpose
ZeroConf Browser is a network browser for ZeroConf/Bonjour/Avahi/Rendezvous services. ZeroConf Browser allows users to browse the network for available Bonjour/Rendezvous/ZeroConf mDNS services, including applications providing network services that register with mDNS. It is a useful tool for debugging ZeroConf problems and to discover what services are visible to your Android device. The purpose of this program is simple: to browse all available ZeroConf services on your Android device.
## IMPORTANT
This code is very old and I have not touched it in years but many on Stack Overflow ask how I have made it work on Android so I thought I would just publish this code.
Stack Overflow: https://stackoverflow.com/a/23854825/502366
## Screenshots