Fully Implemented .NET ZerConf for XNA

I came across Mono.ZerConf, but from what I can say, it still relies on mDNSResponder on Windows and Avahi on Linux.

But I’m trying to understand whether it is possible to implement XBOX 360 / XNA, but I obviously can’t run mDNSResponder on 360, although if there was an implementation that was completely in .NET I could make it work.

Are there any implementations that are fully compatible with .NET, preferably C #?

+3
source share
1 answer

No, this will not work, because on the XBox you have no network libraries available except the XBox Live API

+1
source

Source: https://habr.com/ru/post/1712737/


All Articles