Skip to main content

Questions tagged [bonjour]

Bonjour is Apple's implementation of Zeroconf, a service discovery protocol. It can be used to find services on a network and also to publish services to be found by other Zeroconf clients.

bonjour
1 vote
0 answers
43 views

Local network usage description pop up is not showing ios 17.4.1

I am using google chrome cast and Airplay service to stream video. Initial everything was working. I can see device list and able to cast or airplay videos. Now after updating iOS 17.4.1 no pop local ...
vijay singh yadav's user avatar
0 votes
1 answer
43 views

Can I connect to a Swift gRPC server over a local network via Bonjour (zeroconf)?

I am working on an iOS app where one device will act as the server and other devices on the same local network will connect to the server device. I would like to use Bonjour for the clients to ...
justinrschmidt's user avatar
8 votes
3 answers
2k views

How can I discover SMB File Servers on the local network in macOS?

I need to list all available SMB hosts with their network addresses on the local network on a Mac. Any method works (BSD API, (Core)Foundation API or shell command). Details When using the macOS ...
Thomas Tempelmann's user avatar
0 votes
0 answers
62 views

Access webserver from a USB-tethered Android

I made a small web app using flask on a raspberry pi, and I would like to access it from my phone, in a place without network (local or internet) connection. Using USB tethering, I can access my web ...
Aurélien Coillet's user avatar
0 votes
0 answers
33 views

Local networking without an existing Wi-Fi or Internet connection

I am trying to create an app that can communicate and send data between multiple nearby devices (likely around 2-6 devices at a time) without already being connected to the same network. This would ...
GalaxyShard's user avatar
0 votes
0 answers
39 views

Determine the host address of a Bonjour service address containing "_tcp"

Using the function NetFSCopyURLForRemountingVolume (in NetFS.h) to determine the mount URL of a mounted file server on macOS, I may get a Bonjour address like this: devicename._smb._tcp.local Sadly, ...
Thomas Tempelmann's user avatar
1 vote
1 answer
360 views

A Bonjour service that was discoverable in Android 13 is not discoverable in Android 14 using same codes with NsdManger

The codes have already used the method of acquiring multicastLock to receive multicast messages, most of the services can be found, but there are a few services with the same service type that cannot ...
Heaven's user avatar
  • 536
0 votes
0 answers
144 views

Option to connect a React Native application to an Electron app in an offline situation

I am trying to architect a solution in which a React Native mobile companion app could connect to an Electron app running a local database. A valid scenario would be scanning barcodes on the mobile ...
Daniel White's user avatar
  • 3,347
0 votes
0 answers
30 views

Bonjour services do not resolve addresses in release mode

I am attempting to enumerate SMB, AFP and CIFS services in my local network. I have the following code snippet inside a properly working class conforming to NetServiceBrowserDelegate, ...
Const's user avatar
  • 101
1 vote
0 answers
238 views

Bonjour with NWListener & NWBrowser p2p connections

I am using Bonjour to advertise and discover devices that are near to one another. I am successfully starting my NWListener let parameters = NWParameters(tls: nil, tcp: tcpOptions) ...
mKane's user avatar
  • 972
0 votes
1 answer
2k views

Windows 11 not resolving .local addresses using mDNS

I am broadcasting a new mqtt-service via mDNS. My Flutter app is notified that a new service was registered but I am problems with the name-resolution of the address called MyMqttService.mqtt.local ...
barracuda317's user avatar
0 votes
0 answers
53 views

Kdnssd Not working in Release Mode Qt c++

I am using KDNSSD in my qt cmake project with C++ in Windows 11 (MSVC) backed by bonjour it discovers and registers the device in debug mode but when I compile the project in Release mode it no longer ...
srilakshmikanthanp's user avatar
0 votes
0 answers
92 views

Share data between 2 apps without internet using React Native

I want to share data between apps offline. It is a few kb of JSON data. I tried using react-native-bonjour to transfer data. But In the library, I don`t see methods to send the data. I see only the ...
Aarthi Govardhanan's user avatar
4 votes
1 answer
345 views

Why are TXT Records set to nil when using NWBrowser for Network.framework?

I'm trying to get a list of Bonjour services running on my local network using Network.framework in Swift for my iOS application. In order to discover devices that are using the same protocol version ...
Charlie Fish's user avatar
  • 19.8k
2 votes
0 answers
407 views

How to 'avahi-browse' from a docker container on MacOS?

My application needs avahi-browse support from within a docker container. Is there any solution to support avahi-browse within a docker container on MacOS? How to 'avahi-browse' from a docker ...
Brett Mather's user avatar

15 30 50 per page
1
2 3 4 5
39