开发者

C# network programming using lidgren with mono

开发者 https://www.devze.com 2023-01-31 10:07 出处:网络
I\'m currently writing a small online game using c# XNA and lidgren and I want to use mono开发者_如何学编程 + lidgren to write the server-program that is able to run on linux (cheaper hosting solution

I'm currently writing a small online game using c# XNA and lidgren and I want to use mono开发者_如何学编程 + lidgren to write the server-program that is able to run on linux (cheaper hosting solutions). Is it possible to use lidgren and mono together? Should I use a different library or write my own socket solution with .NET functions?

Thanks for the answers


Yes, Lidgren only requires System.Net.Sockets to run. MoMa only reports one minor issue; NetworkInterface GetNetworkInterface() has [MonoTodo] set - it seems it currently only works on Linux and Windows (which might be good enough)

The distribution doesn't come with prebuilt binaries; but just load the solution and build it.

0

精彩评论

暂无评论...
验证码 换一张
取 消