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
1 vote
1 answer
2k views

Service Type for ZeroConf

In my new project I am studying concept of ZeroConf. I am very new to this and I read a lot of articles about this on net and understood the concept. My use case is as follows: - In my project I am ...
Amit Kumar Jain'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
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
1 vote
1 answer
1k views

Mono.ZeroConf Mac, No Zeroconf providers can be found

I have recently built a bonjour system using Mono.ZeroConf on Windows and wanted to try and convert it to mac. I am running into issues with this error: No Zeroconf providers could be found or ...
Bushes's user avatar
  • 1,010
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
1 vote
1 answer
2k views

Mono.ZeroConf Windows

Hello i started off with a tutorial from Mono ZeroConf When my code reahes the line ServiceBrowser browser = new ServiceBrowser (); i get a SystemException System.Exception: No Zeroconf providers ...
Gobliins's user avatar
  • 3,986
2 votes
1 answer
981 views

OSX port of Mono.Zeroconf

I was trying to get MZClient to run on OSX 10.7.3 and can't get past the ProviderFactory module not finding any acceptable entries in the /bin directory. I've experimented with trying to hard code ...
jfstockton's user avatar
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