zeroconf
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);[详细]
2023-04-05 03:54 分类:问答Locate services using Zeroconf with JmDNS on local device AP(hotspot)
With my android device set up as a hotspot/Access point(AP), how can I use JmDNS(3.4.0) to find other devices connected to 开发者_运维问答this AP?[详细]
2023-03-27 06:56 分类:问答Getting "Capability matching failed at NIC." error while trying to set a custom profile - NativeWiFi + WinXP SP3
I am trying to create an ZeroConfig client to connect my Atheros WiFi device to an AP (for learning purpose). I am using NativeWiFi (WinXP SP3) to开发者_如何学运维 query my device & set a profile[详细]
2023-03-08 10:36 分类:问答Bonjour/Zeroconf in .NET on Win7 x64
did anyone ever try to publish a netservice via Bonjour on a x64 system? I tried severallibraries like Mono.Zeroconf, Deusty (there\'s some x64-discussion in the comments) and Zeroconf.Codeplex. They\[详细]
2023-03-03 14:05 分类:问答avahi: broadcast that my service has updated information
I have an avahi (zeroconf, dnssd, bonjour) service. I want the service to be able to notify the clients when it has new data so the clients can then connect and query for the updated information.[详细]
2023-02-27 11:00 分类:问答Application going into ANR mode
When the users presses the back button in my application. Here is the scenario: User starts the application - Activity[详细]
2023-02-20 16:32 分类:问答JmDNS on Android
Have you suc开发者_开发技巧ceeded in service discovery using jmdns in Android? I\'m facing same problem not able to discover services using jmdns in Android.[详细]
2023-02-09 02:35 分类:问答Bonjour implementation on Android
I am trying to implement bonjour/zero conf on my android app. I am using jmDns library for searching the all the available devices. Here is the code that I am using for searching the devices in the sa[详细]
2023-02-03 09:10 分类:问答Proper way to publish and find services on a LAN using Python
My app opens a TCP socket and waits for data from other users on the network using the same application. At the same time, it can broadcast data to a specified host on the network.[详细]
2023-01-28 20:45 分类:问答How to advertise a Bonjour Service in Visual C++
I\'m trying to figure out if t开发者_运维技巧his is even possible, but what\'s the simplest way of advertising a Bonjour service through Visual C++? You can use the DNS Service Discovery client: dns-s[详细]
2023-01-10 23:59 分类:问答