搜索资源列表
LWIP_manule
- LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LWIP is TCP / IP Protocol Stack A. LWIP the main purp
CopyOfUDPTest.rar
- 使用visual c++开发的udp发送和接收数据的程序,在windows操作系统下已经验证通过。,The use of visual c++ development udp send and receive data through the windows operating system has passed verification.
bacnet-stack-0.5.4
- BACnet协议栈开源代码,应用在嵌入式平台中。-BACnet open source protocol stack for embedded systems, Linux, and Windows http://bacnet.sourceforge.net/ Welcome to the wonderful world of BACnet and true device interoperability! About this Project -----------
httptunnel-3.0.tar
- 一个HTTP隧道工具,把所有通信数据封装到HTTP协议中-httptunnel creates a bidirectional data channel through an HTTP proxy, from your isolated computer behind a restrictive firewall, to a system on the Internet you have access to.
VC_netU
- 1、该程序为一个可实现的网络邮盘系统 2、分为客户端和服务器端 3、使用TCP传输。 4、拥有帐号密码验证系统。 5、实现原理:将数据放入到服务器端。提供客户端进行上传和下载。-1, the program can be realized as a network disk system Post 2, is divided into client and server 3, the use of TCP transmission. 4, has a password authe
ServTest
- 我自己在做无线考勤系统时,开发的一个基于TCP/IP协议的简单的无线考勤数据接收端程序的测试版本,特别适合初学者学习网络编程时参考(其中使用了一个第三方的控件,控件的安装源代码也在里面了)。-At my own attendance to do the wireless system, developed based on the TCP/IP protocol for easy wireless data receiver attendance of the test version of t
Up_Temprature
- 基于TCP/IP的多点温度巡检系统上位机程序-Based on TCP/IP multi-point temperature data logging system PC program
consloe_tcp
- 此程序实现了网络数据传输系统中网络层的面向连接传输数据的功能-This program implements the network data transmission system in the network layer connection-oriented data transfer function
console_udp
- 此程序实现了网络数据传输系统中网络层的面向无连接传输数据的功能-This program implements the network data transmission system for connectionless network layer functions to transfer data
TCP
- 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
SocketLib
- This is a semi-async socket stream library. It is basically event based system, which is called whenever data is received but not requested. It also supports name resolution (sync or async). It supports TCP. No Winsock or BSD headers are exposed.
43487654354
- 病毒隔离系统是公司针对目前电视台、电台制作网络中,由于外来节目上传常带病毒的现状专门研究开发,采用公司自主设计开发的协议,避开常 用的TCP/IP协议进行数据传递,这样病毒程序就无法通过自身的复制传播。本系统硬件上采用多个高速串口(MOXA串口,速率可达900k波特率),软件上采用特殊 的传输控制协议完成音频媒体文件数据的发送,实现音频等低码率素材的多倍速数据摆渡。底层传输通道类型在配置的时候可选,从而根据不同的需求进行推广。-Virus isolation systems for te
raw_socket
- 基于原始socket的客户端和服务器的编程,可以在系统给定的IP头后面自定义一个IP头 ,然后构建TCP/UDP头,并实现客户端和服务器之间的数据发送。-Based on the raw socket client and server programming, can be given in the system behind the IP header custom one IP header, and then build a TCP/UDP headers and data sent
tcpdump.tar
- TcpDump可以将网络中传送的数据包的“头”完全截获下来提供分析。它支持针对网络层、协议、主机、网络或端口的过滤,并提供and、or、not等逻辑语句来帮助你去掉无用的信息。tcpdump就是一种免费的网络分析工具,尤其其提供了源代码,公开了接口,因此具备很强的可扩展性,对于网络维护和入侵者都是非常有用的工具。tcpdump存在于基本的FreeBSD系统中,由于它需要将网络界面设置为混杂模式,普通用户不能正常执行,但具备root权限的用户可以直接执行它来获取网络上的信息。因此系统中存在网络分析
arp
- 通过程序实现类似windows系统类似tracert的功能,可以通过wireshark抓取tracert数据分析 来了解工作原理。基本流程向目标主机发送3个ICMP回显报文,IP报文的ttl值设为1,接收ICMP 差错报告报文,记录从发送出去到接收花费的时间,然后修改ttl值为2,再发3个ICMP报文, 记录接收到的差错报告报文,直到接收到ICMP回显中的应答报文接收,打印数据类似如下 格式:-Program similar to windows system similar t
RT_ThreadPLwipRunSTM32
- stm32跑RT_Thread实时系统+lwip实现多线程TCP服务器,并将数据转发到串口-stm32 run RT_Thread real-time system+ lwip achieve multi-threaded TCP server, and forwards the data to the serial port
HyperTextTransferProtocol
- 超文本传输协议(HTTP)是一种为分布式,协作式的,超媒体信息系统。它是一种通用的,无 状态(stateless)的协议,除了应用于超文本传输外,它也可以应用于诸如名称服务器和分布 对象管理系统之类的系统,这可以通过扩展它的请求方法,错误代码和消息头[47]来实现。 HTTP的一个特性就是是数据表现形式是可以定义的和可协商性的,这就允许系统能独立于于 数据传输被构建. HTTP 在1990 年WWW 全球信息刚刚起步的时候就得到了应用。本说明书详细阐述了 HTTP/1.1
PipeDataAnalyze
- 本系统为数据接收存储系统,通信协议为tcp,可将接收到的数据存储到sql数据库中-This system is receiving data storage systems, communication protocol is tcp, received data can be stored in the sql