搜索资源列表
MyProjects
- windows S/C socket example.
MyProjects
- 简单的C_S进程通信,网络编程,C语言编写,-windows socket ,C_S communication
Ethereal-code-analysis
- 介绍Windows Sockets的一些关于用C#实现的原始套接字(Raw Socket)的编程,以及在此基础上实现的网络封包监视技术-Introduction to Windows Sockets on raw sockets with C# (Raw Socket) programming, and on this basis to achieve the surveillance network packets
UDP-Cleint-Server-Socket
- windows socket client server in C++ working
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c