zeroconf
Zeroconf Name resolution
I am developing a control device with an embedded webserver. The webserver provides a control interface to any web browser that requests it (from Windows browsers, Mac browsers, iPhone android etc).[详细]
2023-01-02 11:08 分类:问答is there a pure C# ZeroConf , bonjour, or dns-sd available?
I\'m building a .net-microframework app that uses Zeroconf.The existing zeroconf solutions all seem to either rely on dns-sd.dll or some other interop function of .net which is not supported in .netmf[详细]
2022-12-29 04:16 分类:问答DNS resolve without depending on router for asterisk system
Basically I have a Debian box running asterisk assigned an IP via DHCP with host-n开发者_运维技巧ame XXX. My windows browser can resolve the host-name but if I use host-name in X-Lite or my SPA922 pho[详细]
2022-12-26 20:34 分类:问答How can I discover zeroconf (Bonjour) services on Android? I'm having trouble with jmDNS
I\'m working with a Droid / Android 2.0.1 and encountering an issue apparently many people have: I\'m unable to discover services using the one pure-Java zero开发者_C百科conf library I know of, jmDNS.[详细]
2022-12-23 23:38 分类:问答Why it should be done in such a complicated way? Is it OOP way of thinking?
I am trying to use Bonjour from Java. I found an example of how to do it and I think I understood it. But I still do not understand why it should be done in such a complicated way. May be I miss somet[详细]
2022-12-22 08:36 分类:问答Can I use Bonjour from command line?
Is it possible to use Bonjour from command line? For example if I want to register a service I type something like that: bonjour -register service_name port. And then Bonjour allocate a free IP for my[详细]
2022-12-22 02:05 分类:问答Simplest way to publish over Zeroconf/Bonjour?
I\'ve got some apps I would like to make visible with 开发者_开发百科zeroconf. Is there an easy scriptable way to do this?[详细]
2022-12-14 00:33 分类:问答Fail to open a socket for multicast
I have problems to open an multicast socket in Erlang to receive messages: 88> gen_u开发者_如何学编程dp:open(5353,[{reuseaddr, true}, {ip,{224,0,0,251}},{multicast_ttl,4},{multicast_loop,false},bi[详细]
2022-12-13 20:01 分类:问答Bonjour Discovery in Javascript? Maybe?
So its a longshot, I\'ll start with that. Is it/could it be possible to discover bonjour advertised HTTP services开发者_运维知识库 in javascript alone?[详细]
2022-12-13 11:03 分类:问答How do I build a DNS Query record in Erlang?
I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but as I am relatively ne[详细]
2022-12-12 02:10 分类:问答