使用 lidgren 和 mono 进行 C# 网络编程

发布于 2024-10-08 02:28:32 字数 169 浏览 6 评论 0原文

我目前正在使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

窝囊感情。 2024-10-15 02:28:32

是的,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文