搜索资源列表
socket.tar.gz
- socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。,socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows en
raw_socket
- 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包- How has demonstrated under Unix and Linux uses Raw Socket structure camouflage TCP, IP, the UDP package
epoll
- linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
TCP_socket
- Linux C Socket Client.c Server.c
RAW SOCKET编程与以太网帧分析
- RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
juyuwangtalk
- linux windows mac qt局域网聊天程序,通过udp tcp 传输-linux windows mac qt tcp socket
linux_chat
- linux下基于tcp实现的类似于qq的聊天程序,相信对学习linux下的socket编程有很大帮助。-linux qq based on linux tcp socket programming
test-net
- tcp udp socket 网络编程 linux-tcp udp socket network programming linux
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
Que-Linux-Socket-Programming.pdf
- 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
TCP_socket_client_server_file_transfer_program_des
- TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer
- linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
Linux-Net-Programmer
- 《linux网络编程》,介绍了linux中进程管理,网络的基础知识,BSD socket,和TCP/TP应用等,是学习linux下网络编程的好书籍!-" Linux network programming" to introduce the linux in the process management, network basics, BSD socket, and TCP/TP applications, network programming under linux to
socket
- Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
socket
- Linux下Socket网络编程,里面程序分为服务器和客服端。使用的TCP有链接的协议编程。-Socket Network programming under Linux, which is divided into the server and the customer service side. Use the TCP protocol with links to programming.
socket
- linux下套接字编程实例,使用TCP和UDP两种通讯方式,适合初学者-socket programming under linux which is useful for the beginning student
Linux-socket-TCP-ClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program
linux-socket-c
- linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
tcp-socket(4files)
- tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
Linux下C语言Socket函数建立TCP连接
- LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)