-
Netty+Socket/UDP例子下载
1.2.3.相比于TCP通信,UDP不存在客户端和服务器端的实际连接,因此不需要为连接(channelPipeline)设置handler,对于服务端,只需设置启动辅助类的handler即可。
- 2022-03-05 03:14:06下载
- 积分:1
-
HTTP协议,规定因特网社区的因特网标准路线协议。
HTTP协议,规定因特网社区的因特网标准路线协议。-HTTP_Protocol
- 2022-10-12 17:30:03下载
- 积分:1
-
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程...
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
- 2022-03-14 05:07:27下载
- 积分:1
-
DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文...
DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下:
1、 调用API启动服务和停止服务;
2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理;
3、 调用API轮询DTU用户列表,如果需要可作进一步处理,包括用户认证等;
4、 调用API对DTU进行远程配置
-DSC (Data Service Center) is used to receive data and to the DTU DT U send data services software, and communications between the DTU use development kits gprs_dll.dll DLL, the documents include communications and DTU need all API function, including the launch, data sending, receiving data, the closure of services, DSC is actually in gprs_dll.dll framework provided by the above functions of data processing software, they need to complete the following functions : 1, API calls to stop and restart services; 2. API call and receive data to the DTU send data, as well as data for further processing; 3. Call API Polling DTU user list, if necessary, for further processing, including user authentica
- 2022-02-28 19:33:44下载
- 积分:1
-
对话音的全双工传输
Windows 95作为微机的操作系统,已经完全融入了网络与通信功能,不仅可以建立纯Windows 95环境下的“对等网络”,而且支持多种协议,如TCP/IP、IPX/SPX、NETBUI等。在TCP/IP协议组中,TPC是一种面向连接的协义,为用户提供可靠的、全双工的字节流服务,具有确认、流控制、多路复用和同步等功能,适于数据传输。UDP协议则是无连接的,每个分组都携带完整的目的地址,各分组在系统中独立传送。它不能保证分组的先后顺序,不进行分组出错的恢复与重传,因此不保证传输的可靠性,但是,它提供高传输效率的数据报服务,适于实时的语音、图像传输、广播消息等网络传输。
Winsock接口为进程间通信提供了一种新的手段,它不但能用于同一机器中的进程之间通信,而且支持网络通信功能。随着Windows 95的推出。Winsock已经被正式集成到了Windows系统中,同时包括了16位和32位的编程接口。而Winsock的开发工具也可以在Borland C++4.0、Visual C++2.0这些C编译器中找到,主要由一个名为winsock.h的头文件和动态连接库winsock.dll或wsodk32.dll组成,这两种动态连接库分别用于Win16和Win32的应用程序。
本文针对话音的全双工传输要求,采用UDP协议实现了实时网络通信。使用VisualC++2.0编译环境,其动态连接库名为wsock32.dll。
- 2022-02-02 04:51:06下载
- 积分:1
-
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin...
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin-system V10.04 demonstration http://dajia.cashome.com/mycode management user Password : admin
- 2022-01-24 14:53:27下载
- 积分:1
-
based on the MAC address of the network card physical communications category, c...
基于MAC网卡物理地址的通信类,可实现不同网段之间通信本类为C++源码需要 winpcap 支持 winpcap 官方地址 http://www.winpcap.org/ winpcap 3.0通过测试。
-based on the MAC address of the network card physical communications category, can be realized between different segments of the communications category C source code needed to support winpcap winpcap official address h ttp :// www.winpcap.org/ winpcap 3.0 to pass the test.
- 2022-05-22 04:12:55下载
- 积分:1
-
ch4通信服务器,是我编写的适用于通信的服务器,很适合初级者学习使用,也适合资深使用者修改使用...
ch4通信服务器,是我编写的适用于通信的服务器,很适合初级者学习使用,也适合资深使用者修改使用-ch4 communication server that I have written for communication servers, very suitable for beginners to learn to use, is also suitable for experienced users to modify the use of
- 2022-12-11 02:40:03下载
- 积分:1
-
web浏览器
基于http协议的一个web浏览器的vc++实现,具有工具栏、浏览、前进、后退、收藏夹等常用的浏览器基本功能…………
- 2022-12-29 22:45:03下载
- 积分:1
-
一个HTTPDWeb服务器源程序
一个HTTPDWeb服务器源程序-a server source HTTPDWeb
- 2023-06-02 05:50:02下载
- 积分:1