Skip to main content

All Questions

2 votes
1 answer
251 views

service discovery in tcl

I'm writing a little Tcl/Tk script, that uses a (custom) web-application (written in Python) to retrieve information from some central storage. Everything works nicely, but only as long as the address ...
umläute's user avatar
  • 30.6k
8 votes
1 answer
18k views

How to install the dns-sd command line test tool on Windows or Linux?

The book Zero Configuration Networking - The Definite Guide by Stuart Cheshire and Daniel H. Steinberg from 2005 describes a dns-sd command line test tool which should be available for macOS, Windows ...
Vega180's user avatar
  • 768
1 vote
0 answers
84 views

Bonjour Host Discovery for REST Web Services

Up to now I have never worked with bonjour. I think it is an interesting approach for using it to discover hosts which run rest services (e.g. by defining a predefined URL for devices providing a ...
user3579222's user avatar
  • 1,337
1 vote
0 answers
944 views

DNSServiceRegister Qt/C++ not found

I'm implementing a DNS Service Register (like Bonjour) with C++ & Qt. I followed this tutorial : https://doc.qt.io/archives/qq/qq23-bonjour.html Here is the header file of the service discovery ...
X6Entrepreneur's user avatar
0 votes
1 answer
1k views

How to discover specific devices on the network with my own app

I have a working prototype of a gps tracking device. It currently needs an external screen when I want to modify its settings. I'd like to change that in a way that it connects to the local WIFI and ...
Chris's user avatar
  • 13.9k
33 votes
6 answers
10k views

Android NSD not discovering all services

I'm trying to run an application using Android Native Service Discovery but sometimes when I run the application, it doesn't discover all services from my network. I'm running the code from https://...
user1728985's user avatar
2 votes
2 answers
552 views

What's the best way to locate devices on a network?

I'm building software for a company that sells hardware devices. They want the software to be able to locate all devices on the network without restricting either of their IPs. What's the best way to ...
Gili's user avatar
  • 88.7k