Questions tagged [zeroconf]

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

194 questions
0
votes
1 answer

XCode vs Java: how to send and receive files

For my master's thesis I want to write an application that can send files (images, pdfs, notes,...) from an iOS device to a java-application running on a tabletop and vice versa. I already implemented working bonjour discovery and resolve routines…
FransGuelinckx
  • 147
  • 2
  • 7
0
votes
1 answer

jmdns constants

I have been using JmDNSfor a while now. I could use it for the purposes of my application. Every thing works fine for me (I have "announcer" machines and a "listening" one, and this latter machine can see the other devices and discover their…
mimou
  • 81
  • 1
  • 6
0
votes
1 answer

How nodes communicates in a ZeroConf VPN?

I wanted to create a Zero Configuration P2P VPN software like hamachi or tunngle. I went through a lot of websites and books and papers but It created more confusions in me. So here I am. :) First of all, please give me some links which can tell me…
Shanty
  • 274
  • 1
  • 2
  • 8
0
votes
0 answers

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 Name resolution is working fine on MacOS and iOS…
barracuda317
  • 608
  • 7
  • 24
0
votes
0 answers

Zero conf time synchronization in a LAN

NTP seems to be the standard in time synchronization in networks where the NTP server is known, however I'm looking for a solution that would work with zero conf or avahi. In a way that devices recently added to the network could automatically…
Antoni
  • 176
  • 10
0
votes
0 answers

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 methods to list the device connected to the same…
0
votes
0 answers

Use constant IPv4LL (link-local) address in "dhcp" mode

Situation: I'm using ConnMan 1.41 on an embedded device. The interface configuration looks as follows: [ethernet_deadbeefcafe_cable] Name=Wired AutoConnect=true IPv4.method=auto IPv6.method=auto IPv6.privacy=disabled DHCP works. When there is no…
Mo_
  • 13
  • 4
0
votes
2 answers

how to see properties of a JmDNS service in reciever side?

One way of creating JmDNS services is : ServiceInfo.create(type, name, port, weight, priority, props); where props is a Map which describes some propeties of the service. Does anybody have an example illustrating the use of theese properties, for…
helene
  • 1
  • 2
0
votes
0 answers

Protocole Bonjour over TLS

I would like to have some informations about the Bonjour / Zeroconf / Avahi protocols. I have already done some researcheon the mDNS protocole but I cannot find any technical solution (maybe what I want to build is not possible). Is it possible to…
JEKES
  • 311
  • 1
  • 3
  • 11
0
votes
0 answers

mDNS (avahi) services not found anymore after connecting to a different network

I'm running a avahi deamon on my linux server to publish a service at my local network. For testing purpuse I use dns-sd.exe from bonjour for discovering. After connecting to the LAN service discovery is working well. But if I close the connection,…
0
votes
0 answers

iOS / HTTP Server communication, device to device

In the past few days, I've been reading a lot of articles and Stackoverflow questions. We are looking to transfer data between a Windows IOT PC and an iPad. We would like a HTTP Server, without using a WIFI access point from the IOT PC or being on…
Dekim
  • 604
  • 9
  • 23
0
votes
1 answer

Bonjour services sniffer code

Is there a library or open sourced Obj C code that will let me sniff for all advertised Bonjour services on a network? Best if it works on Mac OS X or iOS. Thx all.
pbhowmick
  • 1,093
  • 11
  • 26
0
votes
1 answer

mDNS on react-native Request failed with status code 500

I am currently working on an IoT project which requires service discovery (I am in the Android side). I decided to use react-native-zeroconf and I encountered a problem. There is a warning Error: Request failed with status code 500 once I called…
ChuChuwi
  • 719
  • 1
  • 8
  • 13
0
votes
0 answers

Self signed certificate with iOS in LAN

my first question here :) SITUATION: I have iOS app connected in local network to my raspberry server. Local network is NOT connected to internet. I use zeroconf/bonjour to find server (I dont know its ip in advance) Is there some possibility to…
wem
  • 1
0
votes
0 answers

Removing duplicates from the services resolved by avahi-client

I want to use the C avahi library to create a dialog box in gtk that can list all the services in DNS-SD network. I am able to list all the services in a dialog box but I want to clean this list of duplicate entries. As you can see in the image…
Divyasheel
  • 15
  • 4