资源列表
smtp
- 简单邮件传输协议SMTP协议分析。C语言实现。-Simple Mail Transfer Protocol SMTP protocol analysis. C language.
AVR_Telnet
- 在AVR上移植TELNET协议,自己成功移植的,值得参考-TELNET transplantation in the AVR on the agreement, their chances of success in transplantation, it is also useful
ChartRoom
- 基于socket的网络编程,实现简单的聊天室功能,支持群聊和私聊-Socket-based network programming, a simple chat room support group chat and private chat
TCPIP
- TCP/IP para microcontoladores PIC
ping_example
- ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests-ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how
tcp客户端程序
- tcp客户端程序,结合了rtp传输264数据
zDIFxCmd
- 驱动安装程序,调用DIFxAPI.dll进行安装驱动 安装命令: .\difxcmd.exe /i "Mux-Bus\VIA_USB_BusEnum.inf" 4 16 卸载命令 .\difxcmd.exe /u "Modem\VIA_USB_MODEM.inf" 4 32-Driver install program, use DIFxAPI.dll
TCPnet
- TPC协议的实现 用MDK实现网络传输的基本功能-TPC Protocol Implementation with MDK the basic functions for network transmission
GTM900C
- GTM900C 收发TCP数据的AT命令流程.txt-GTM900C tcp at
vb_net
- program vb is make socket with udp potocal to simple
myAudio
- 个人开发的视频会议,语音视频部分己实现,基于UDP的可靠性传输,可分包重组,VC++源码,希望对网络通讯的朋友有所帮助-Personal development of video conferencing, voice, video part has been achieved, the reliability of transmission based on UDP, can be sub-restructuring, VC++ source code, I hope the friends
TCP
- 1.利用原始套接字实现简单的TCP协议分析器。 2.系统功能包括: 2.1 原始套接字与网卡邦定,并接收流经网卡的所有数据包; 2.2 对数据包进行分析以获得源IP地址和目的IP地址; 2.3 对TCP Segment进行分析以获得其首部详细信息; 2.4 显示分析结果 3 建议使用VC++ -tcp