搜索资源列表
new4_6_Server
- 这是TCP/IP聊天的服务器端VC++原代码,实现socket编程,开启监听。客户端如果有连接请求则可以接受,并实现数据收发。
232_TCPIP
- 程序的最大缺陷: Windows把硬件驱动的接口都进行了抽象和标准化,串口也不例外,大部分的设备都可以通过文件操作API进行存储控制,如:CreateFile、ReadFile、WriteFile等,其实很简单。网上有个SerialPort的类写得还不错,我就直接拿来用了,只做了小小的修改以满足我的要求。原本的类一次只能收发一个Byte,根据需要我改成了512 Byte,需要重点提出的是,当收发多字节数据时,数据的正确性和完整性更需要自己保证,因为串口协议标准只是定义在物理层和数据链路层
udp接受数据
- 在网络中实现UDP\组播实现数据的收发
BER
- 误码率测试,通过TCP、UDP连接,演示数据收发比对-BER testing, through TCP, UDP connections, send and receive data comparison shows
simpleChatRoom
- 派生CSocket类进行数据收发,实现简易聊天室功能,有在线用户列表,能群聊,私聊,屏蔽公聊、私聊等功能。是学习CSocket网络编程的经典例子。-CSocket derived class to send and receive data, achieve simple chat room feature, there is a list of online users to a group chat,私聊, shielding the public chat,私聊functions. CSo
singaltermsendandreceive
- 这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释-This is a single-threaded data source to send and receive functions, and has clear notes
chat
- 聊天程序,利用TCP/IP完成双向数据收发。-Chat program using TCP/IP to complete bi-directional data transceivers.
TT62_GPRS_DTU
- TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
layer2_frame_forwarding
- Linux系统中的数据链路层网络数据收发例程,使用原始套接字机制。可用于网络协议分析或网络流量生成软件的开发,也可用于基于PC的软路由器开发。这个程序的发送功能是libcap所不具备的。-Linux System data link layer network data transceiver routines. Can be used for network protocol analysis or network traffic generation software development
TCP2
- tcp数据收发 C++版 包括服务器和客户端-tcp send and receive data, including C++ version of the server and client
1119233
- 通过http协议通信进行数据收发处理的java源代码-Http protocol communication by sending and receiving data processing java source code
VLAN_data_process
- VLAN虚拟局域网的数据收发详细过程 图文并茂-VLAN Virtual LAN data transceiver illustrated detailed process
com_recv_send
- 实现本机数据收发,是通过本机串口进行,而非SOCKET之类的-Send and receive data of the machine, through the serial port, rather than like SOCKET
lan_test
- VC编写的TCP服务器和客户端代码,完成数据收发-vc tcp server and client
Client-MYCSocket
- 我封装的SOCKET库。本测试使用了255个SOCKET链接,测试数据收发是否正常。-I package SOCKET library. This test uses a 255 SOCKET link, send and receive test data are normal.
netwarek_total
- 网卡数据收发显示,发包数,失败数等内容统计-LAN data transceiver display, contract number, the number of failure statistics, etc.
Socket_C_S
- 实现socket的网络编程,可以配置成服务器或客户端,实现数据收发。-Socket network programming, and can be configured as a server or client data transceiver.
CB6_socket
- 基于CB6实现socket的网络编程,实现数据收发。-Based on the CB6 socket network programming, send and receive data.
DELPHI7_socket
- 基于Delphi7实现socket编程,实现TCP协议数据收发。-Based Delphi7 socket programming, TCP protocol data transceiver.
TCP客户端收发数据实验(ucos版)
- 主要实现tcp client的数据收发,lwip协议栈,ucos系统。stm32f107系统(This function is called by either OSTaskCreate() or OSTaskCreateExt() to initialize the * stack frame of the task being created. This function is highly processor specific)