搜索资源列表
stendhal-0.48
- 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game
网络版坦克大战
- ³多个客户联网,并发送坦克诞生的消息 ³服务器端建立UDP转发线程 ³客户端接收到后进行处理 ³接到TankNewMsg后,也发送一个TankNewMsg
accountserver2010
- 魔域帐号服务器 功能分为两部分: 1、客户端登录线程:取得认证ID号AuthenID。 客户端连接到帐号服务器(以后可改为UDP) 登录后服务器到帐号数据库查帐号 返回认证ID号,并断开连接(如出错则返回错误) 将该认证ID号传给计点线程,转发给游戏服务器,用于玩家登录游戏服务器。 2、实时计点:与游戏服务器连接通讯,计算玩家使用的点数。(可提高线程优先级) 游戏服务器启动时登录到帐号服务器。 玩家登录后实时发送计点消息给帐
client_notes
- RIP协议所采用的UDP通信模块,该程序是UDP通信的客户端程序-RIP protocol adopted UDP communication module, the program is UDP communications client program
epoll_udp_client
- 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
client_notes
- RIP协议所采用的UDP通信模块,该程序是UDP通信的客户端程序-RIP protocol adopted UDP communication module, the program is UDP communications client program
epoll_udp_client
- 一个UDP EPOLL 客户端例子。可用于测试程序-A UDP EPOLL client examples. Can be used to test procedures
qtUdp
- qt环境下的udp网络服务器与客户端的简单实现-qt udp server client