搜索资源列表
socket编程
- 使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.
jrtplib-2.6
- RTP/RTCP的C++实现,供采用面向对象编程的朋友参考。个人觉得代码结构较好,可以直接使用。-RTP / RTCP C realized, for the object-oriented programming reference to a friend. Feel better code structure can be used directly.
基于GPRS的嵌入式Internet研究与实现
- 关于如何移植使用ucos 和lwip 来实现无线发送模块控制的学位论文-on how to transplant and lwip CENTER use wireless to transmit modules to control the degree thesis
multi_thread_socket_filetrans
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
Ws5Svr
- 关于使用VC套接字类编写服务端程序的使用示例程序源代码-VC on the use of socket-type services to prepare procedures for the use of sample program source code
周立功tcpip1
- keil环境下的周立功的C51单片机开发的 TCP/IP程序包,具有websever, 可完整使用和编译-Zhou meritorious C51 microcontroller development of the TCP / IP package, with websever, integrity and the use of compiler
zlg_tcpip
- 周立功的8051单片机的TCP/IP, websever源代码,编译通过,很好使用-weeks meritorious 8051 TCP / IP, websever source code, compile, good use
tcp-ipayixidailv
- 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
wpack1
- 使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32
AsyncSSLClient
- 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections
lyoulhttp
- 用C++编写的http通信模块,使用方便,附带有文档和实例-prepared http communications modules, ease of use, documentation and a fringe examples
IPSNIFFER
- 分析理解ip数据包和相关的协议,使用vc++编程-analyze and understand data packets and related agreements, the use of vc Programming
SYN_at
- 模拟SYN攻击, 使用socket发送模拟的SYN包攻击web server-simulation SYN attacks, the use of socket sending SYN packets simulated attack web server
进程间通讯(三):Window下使用socket进行通信的例子
- Window下使用socket进行通信的例子 介绍了windows下socket的应用,例子vs2008编译,可以直接运行。 比较简洁经典。
一个适于8位单片机使用的TCPIP_UIP源码
- 一个适于8位单片机使用的TCPIP_UIP源码。
使用TCP控件实现服务器和客户端通信
- 使用TCP控件实现服务器和客户端通信。是一个简单的控件使用程序。-a process about tcp progressing
WatchIPpacket 使用wincap包进行IP包流量实行监控
- 在VC++6.0环境下,利用MFC编程,并使用wincap包进行IP包流量实行监控.-In VC++6.0 environment, the use of MFC programming, and use the IP packet traffic wincap package implementation monitoring.
sim300
- 关于sin300使用,和tcp/udp的使用,gprs模块的编程-关于sin300使用
在WINCC中使用WinSock控件进行TCP_IP通讯的例程
- 在WINCC中使用WinSock控件进行TCP_IP通讯的例程.pdf 在WINCC中使用WinSock控件进行TCP_IP通讯的例程.pdf(Routine of TCP_IP communication using WinSock control in WINCC)
一个使用S7协议向西门子S7-200smartPLC发送消息的软件
- 一个使用S7协议向西门子S7-200smartPLC发送消息的软件,能将输入消息转为16进制发送,经测试功能没问题