Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
6 votes
1 answer
12k views

How to access raspberry.local in my android application?

I am running Django on my raspberry-pi, and I am using avahi-daemon to access my rpi on raspberrypi.local . On my Django I have made APIs for my android application to access via HTTP protocol. For ...
Aishwary Dhare's user avatar
-1 votes
1 answer
479 views

Dynamic dns update

We have created 3 DNS servers in our local machine with primary server(10.42.0.80) , secondary(10.42.0.70) and cache(10.42.0.83). We are able to ping it perfectly but while doing Dynamic Dns update we ...
sachin khera's user avatar
4 votes
1 answer
9k views

Resolve mDNS .local URL in browser address bar

I am trying to run a HTTP server in my LAN and want to access it by using a browser on another desktop machine. As I do not like typing the IP address and port manually I tried setting up a mDNS using ...
Lucas Hoepner's user avatar
2 votes
1 answer
784 views

mDNS/jmDNS and domains other than local

I'd like to use mDNS as a resolving mechanism in a segregated network. To achieve that I'd like to use fully qualified DNS without the default local post-fix. I've been through all the tooling (dns-sd ...
AlessandroEmm's user avatar
0 votes
1 answer
226 views

Android get DNS services from a different subnet

Ok I've been looking around for ways to get DNS services from a local subnet but can't seem to get it working. So far I can get the local DNS ip's when I connect to the wifi with the following code: ...
Gplex's user avatar
  • 7
0 votes
1 answer
393 views

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 ...
mimou's user avatar
  • 81