搜索资源列表
rttlinux
- 在linux环境下,开发的一个类似ping的程序,计算round trip time,即往返时间,可选择使用TCP或UDP-A ping-like program in Linux. It can caculate round trip time between two points. You can choose TCP or UDP.
IP包截获
- 能够截获发往外网的数据包,可设置类型TCP UDP等数据类型-catching fat out of network data packets can be set TCP UDP type data types
tcpick0.2.1.tar
- tcpick is a textmode sniffer that can track TCP streams and saves the data captured in files or displays them in the terminal. It is useful for picking files in a passive way. It can store all connections in different files, or it can display all the
blocktcp
- 一个阻断tcp连接的程序。可以实时的抓包并且经过分析后阻断已建立的tcp联接。-a block tcp connections procedures. Real-time capturing Packet can be analyzed and established blocking tcp connectivity.
tcptest
- 入门程序,用于测试Tcp。 仅仅几行,但可以了解tcp基本写法-entry procedures for testing genes. Only a few lines, but I can understand basic written tcp
tcpip-flow
- TCP/IP网络数据传输的流量显示及分析例子,可以对网络流量进行监控和分析。-TCP / IP data transmission network flow analysis and examples show, network traffic can be monitored and analyzed.
pcshare20060514
- 远程控制代码..TCP/IP协议...IO重叠模式.可实现文件,注册表,屏幕的操作-remote control code ..TCP / IP protocol ... IO overlapping pattern. Documents can be realized, Register, the operation of the screen
C++ping
- 一个可以Ping别人的计算计的程序,对原始TCP编程有很大的帮助-one can Ping others of the calculation procedures, the original TCP program will be very helpful
SnifferPro
- 1.能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高亮显示。如点击IP Source Address(在解析树中),则相应的四个字节高亮。 3. 可以设置过滤,指定IP地址,指定报文类型(TCP,UDP,ICMP,ARP,RARP),指定方向(A地址->B地址,B地址->A地址
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
libnids-tcp-code
- tcp代码重组程序,可以用于tcp代码重组方式测试-tcp code reorganization proceedings, tcp code can be used for restructuring the way test
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
libmodbus-2.9.1-0.tar
- 最新开源Modbus协议栈,包括RTU和TCP功能。-libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection.
tcpsever
- linux tcp服务器实现实例。。初学者可以借鉴-linux tcp server implementation instance. . Beginners can learn. .
TCP-Encryption-and-decryption
- “中兴捧月”活动中“密码传情”写了几种加密算法与解密算法,并通过socket客户端与服务器通信。实现信息的加密传输-vc socket network communication environment, and provides several encryption and decryption algorithms, the contents will be sent encrypted. Provide client and server side, the two communicate
TCP
- TCP视频点播系统,基于网络套接字 。可以远距离下载本地电影并能播放-The TCP video-on-demand system, based on the network socket. Can remotely download local film and can play
TCP
- QT 在window下编写的 可以多机传输数据 希望对大家有用-QT can be written in the window under the multi-machine the hope that useful to transfer data
tcp
- Track rds_tcp_connection structs so they can be cleaned u.
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
TCP_IP聊天项目
- 在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)