搜索资源列表
tcp-ipv3
- 用tcp/ip进行网际互联第三卷书源代码,含有linux与windows两种平台版本-with tcp / ip for internetworking Volume III source code book, containing two windows and linux platform version
tcp
- 这个是linux下,用c语言写的客户端和服务器通信的tcp程序
TCP(3)
- 用TCP/IP进行网际互联第三卷,linux版,付书中源码。
linux系统下用C程序实现Ping功能
- linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp / ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
广播服务器
- 在Linux下的基于TCP/IP协议的广播服务器和客户端程序。初学着很有用啊!!
bacnet-stack-0.5.4
- BACnet协议栈开源代码,应用在嵌入式平台中。-BACnet open source protocol stack for embedded systems, Linux, and Windows http://bacnet.sourceforge.net/ Welcome to the wonderful world of BACnet and true device interoperability! About this Project -----------
tcp
- 用于测试网络接口的TCP传输峰值速率,支持Linux,Cygwin环境。-Network interface for testing the TCP transmission peak rate, to support Linux, Cygwin environment.
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
server_l
- TCP/UDP server on linux.
nc6-1.0.tar
- Netcat 可以创建IPv4或IPv6的TCP 或UDP的connection,之后将在标准输入的到的data通过该connection发送到对端。-In the simplest usage, "nc6 host port" creates a TCP connection to the given port on the given target host (using either IPv4 or IPv6 as appropriate). Your standard input is
TCP-IP_Biblia_PL__Helion_
- TCP/IP napisano wiele ksiazek — jak implementowac, jak zabezpieczac i jak wyliczac maski podsieci. Jednakze „ Biblia TCP/IP” gromadzi w jednym miejscu omówienie wszystkich waznych tematów zwiazanych z TCP/IP, od modelu TCP/IP, az do porad,
uip-0.6
- TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
TCP
- linux下面用C写的基于TCP的socket程序-a program of socket in linux
TCPsever
- TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
The-Linux-TCP-IP-Stack---Networking-for-Embedded-
- Linux TCP/IP Stack. 1: Physical. Layer. 2: Data. Link. 4: Transport. 3: Network. 7: Application. 6: Presentation. 5: Session. Interface Layer (Ethernet, etc.) Protocol ...
tcp+udp
- socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)
tcp.tar
- linux下的网络编程,可实现传输文件和qq聊天的功能(Network programming under Linux, can transfer files and QQ chat function)
Linux下C语言Socket函数建立TCP连接
- LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
linux-1.2.13.tar
- tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
linux_chat
- linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)