-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1
-
Socket测试工具包
1.最简单的是发送字符串,可以定时发送.
2.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据.
3.添加的测试服务器和设置的参数能够保存下来,下次仍然能够使用.
- 2022-03-30 13:16:51下载
- 积分:1
-
有关nat穿透源码(包括相关文档,相关工具)
有关nat穿透源码(包括相关文档,相关工具)-penetrate the source (including related documents, related tools)
- 2022-11-08 17:15:03下载
- 积分:1
-
移动短信发送网关代码
做短信发送时候的非正式版本,因为没有用这版,所以可以上传。
有需要的都可以看看。
- 2022-07-27 05:55:08下载
- 积分:1
-
快速掌握windows网络编程,很容易上手
快速掌握windows网络编程,很容易上手-Express master windows network programming, it is easy to use
- 2022-06-18 06:07:22下载
- 积分:1
-
telnet server 服务端源程序
telnet server 服务端源程序, 用于实现简单的windos telnet功能。开发环境为vs2003
- 2022-01-26 02:17:41下载
- 积分:1
-
Implemented using C++ client chat program, mainly for learning network programmi...
用C++实现的聊天程序的客户端,主要用于学习网络编程。-Implemented using C++ client chat program, mainly for learning network programming.
- 2022-02-21 09:08:52下载
- 积分:1
-
一个操作数据库的类,包含对Sql语句、存储过程的访问,很好用...
一个操作数据库的类,包含对Sql语句、存储过程的访问,很好用-operate a database of categories, including the SQL statements, and stored visit is useful
- 2023-03-14 19:45:03下载
- 积分:1
-
一组Delphi/C++Builder上使用的Internet构件源码
一组Delphi/C++Builder上使用的Internet构件源码 -An set of component source used on delphi/c++ builder
- 2022-12-16 10:05:03下载
- 积分:1
-
IE修复工具,对于专业人员来说修复IE很简单,运行几个关联注册就搞定,可是对于非专业人员就麻烦了,该代码中使用了关于调用EXE软件、发送键盘操作等代码,不熟悉这...
IE修复工具,对于专业人员来说修复IE很简单,运行几个关联注册就搞定,可是对于非专业人员就麻烦了,该代码中使用了关于调用EXE软件、发送键盘操作等代码,不熟悉这部分的开发人员可以参考。-IE repair tool, for professionals who fix IE is very simple to run several associated registration on without getting in trouble, but for non-professionals, and the code used on the calling EXE software code to send keyboard operation, etc., are not familiar with the part of the developers can refer to.
- 2022-07-13 03:06:24下载
- 积分:1