使用 lidgren 和 mono 进行 C# 网络编程
我目前正在使用c# XNA 和lidgren 编写一个小型在线游戏,我想使用mono + litgren 来编写能够在linux 上运行的服务器程序(更便宜的托管解决方案)。 lidgren 和 mono 可以一起使用吗?我应该使用不同的库还是使用 .NET 函数编写自己的套接字解决方案?
感谢您的回答
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Lidgren 只需要 System.Net.Sockets 即可运行。 MoMa 只报告了一个小问题; NetworkInterface GetNetworkInterface() 设置了 [MonoTodo] - 似乎它目前仅适用于 Linux 和 Windows(这可能足够好)
该发行版没有附带预构建的二进制文件;但只需加载解决方案并构建它即可。
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.