Skip to main content

All Questions

Tagged with
1 vote
0 answers
192 views

Mono WCF Discovery / Mono Zeroconf

I am trying to implement a discovery feature in Mono. The goal is a service running a .NET application with Mono on a Raspberry Pi 3 with Raspbian. This application should support a discovery ...
Richy1989's user avatar
2 votes
1 answer
355 views

Mono.Zeroconf service port is always set to 0

I am trying to use Mono.ZeroConf for service discovery. I can discover services normally, but port of every service is always set to 0 instead of actual value. I am using .NET 4, and ZeroConf 0.9.0, ...
Miljac's user avatar
  • 2,045
2 votes
1 answer
2k views

How to make an AirPlay receiver using Mono.Zeroconf

I am trying to make an AirPlay receiver on Windows and I stumbled upon Mono.Zeroconf http://www.mono-project.com/archived/monozeroconf/. With this, I tried to put up the code. Here is the code snippet:...
anton's user avatar
  • 21
0 votes
1 answer
526 views

Bonjour SDK/Reference in WinRT

Can I use Bonjour SDK in an universal app? I'm having trouble to add Bonjour reference in my Visual Studio. I did install Bonjour SDK on my machine. The closest question I can find is this. It is a ...
Jerry's user avatar
  • 1,744
0 votes
1 answer
543 views

Zeroconf: Unable to get txt records

I've been trying to use Onovotny's Zeroconf package in my 8.1 phone app. It discovers the service that I'm looking for but none of the TXT records come back. In iOS I'm using NSNetServiceBrowser and ...
Jeremy Roberts's user avatar
0 votes
1 answer
275 views

Unity3d ingame plugin fails to load system32 dll

I'am developing plugin for Kerbal Space Program (Windows 8.1) so I can use zeroconf networking (bonjour) from game. I'am using Mono.Zeroconf wrapper, Bonjour is installed and working. Simple console ...
McOffsky's user avatar
  • 205
2 votes
0 answers
2k views

Is there a way to detect bonjour/mdns/zeroconf/any services in local network in Windows Phone

In WPF application I could add reference to Bonjour 1.0 therefore I was able to detect bonjour services in local network. In Windows Phone application I see no references to Bonjour avaiable. How to ...
Yoda's user avatar
  • 17.9k
5 votes
0 answers
703 views

Zeroconf library for windows 8

I'm making a Windows 8 metro app that needs to use a zeroconf library. From what I've observed, there are a few of those libraries and the most trustworthy looking one is Mono.Zeroconf. However I can'...
halileohalilei's user avatar
3 votes
2 answers
3k views

Need Samples for Mono Zeroconf

I'm trying to make a simple concept demonstration app the code of which I may use in the future. Specifically I want to have an iPhone running an app that sends XML data to a Bonjour service. I ...
RedHack's user avatar
  • 285
2 votes
2 answers
2k views

What API can be used to send DHCP Discovery, Request, and Acknowledgement?

I have been searching for quite a while and cannot seem to find a working DHCP Client implementation example in C#. I am brand spankin' new to Network Programming, but am doing some research that ...
Curtis's user avatar
  • 5,842
3 votes
0 answers
5k views

Bonjour/Zeroconf in .NET on Win7 x64

did anyone ever try to publish a netservice via Bonjour on a x64 system? I tried several libraries like Mono.Zeroconf, Deusty (there's some x64-discussion in the comments) and Zeroconf.Codeplex. They'...
Waescher's user avatar
  • 5,659
9 votes
1 answer
9k views

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 ....
MandoMando's user avatar
  • 5,415
3 votes
1 answer
228 views

Completely .NET ZerConf Implementation for XNA

I came across Mono.ZerConf, but from what I can tell it still relies on mDNSResponder on Windows and Avahi on Linux. But I'm trying to figure out if it would be possible to implement on the XBOX 360 /...
Adam Haile's user avatar
  • 31.2k
6 votes
5 answers
7k views

How to register a service with Mono.ZeroConf?

I'm trying to test the ZeroConf sample at http://www.mono-project.com/Mono.Zeroconf. I'm running OpenSuse 11 and Mono 2.2. My server code is: using System; using Mono.Zeroconf; namespace ...
pablo's user avatar
  • 6,402