搜索资源列表
Linux_Socket
- Linux TCP/IP编程,—基于BSD Socket 1.1,应用Socket函数实现网络功能;UDP应用举例;
socket
- 这个是一个在linux平台下的一个socket服务端与客户端的一两个程序,基于的是UDP数据报协议的无连接socket
SOCKET
- TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)
tcp_ip_design_report.doc
- 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌
tcpudpsocket.tar
- 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
tcs.c
- 实现UDP传输 for linux udp socket -for linux udp socket
src
- 一个简单的linux socket udp 通信示例-A simple Linux the socket udp communication example
UDP
- 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
netserver-d.0
- linux下tcp,udp通信库,socket类封装,http类封装,udp类封装,吐血奉献。-Under linux tcp, udp communication library, socket type of packaging, http class encapsulates, udp type of packaging, vomiting dedication.
tcp+udp
- socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)