搜索资源列表
embedprotocol
- 简明扼要地介绍了uIP TCP/IP协议堆栈的eCOG1端口。文中还描述了一 个应用于简单的web网页服务器的实例。 开放源uIP软件包为在不牺牲互操作性或RFC标准的条件下,为嵌入式位处理器建 立TCP/IP协议堆栈提供了一种解决方法。它为互联网提供了一系列必要的协议。对 代码和数据的内存要求量十分小。-concise introduction of the Application of ulP TCP / IP protocol stack the eCOG1 port. T
NetRecorderCODE
- 网络录音盒系列资料之二:源代码。本代码系本人毕业设计的代码部分,包括运行于录音盒上的服务器端代码以及运行于计算机上的客户端代码。所谓网络录音盒是指通过网络向远程计算机提供录音盒所在位置的监听和录音功能的网络设备。为了方便用户选择自己需要的内容,本人将所有关于网络录音盒的资料分为三个部分上传:1、文档;2、源代码;3、测试过程。(站长可以重新对上述内容进行组织)-network box recording information from the two series : the source c
UDPImageArmLinux
- 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
ftps
- CSR蓝牙芯片的ftp程序的服务器端代码 客户端已经上传
miniupnpd-20071103.tar
- 很小的linux下的upnp服务器端代码适合嵌入式系统
S3C2410
- S3C2410开发板与PC机的通信 客户端和 服务器端的代码 以及makefile文件 服务器为开发板 执行 S3 PC机为客户机 执行host.c-S3C2410 development board and PC communications client and server-side code and makefile file server for the implementation of development board for S3 PC client implementatio
hospad源码
- IEEE 802.11a/b/g 服务器端AP,应用程序 用于嵌入式服务器,C语言代码
CETCP
- WinCE下的TCP服务器端和客户端代码(VS2005 C++)-Code of tcp protocol for windows ce
qianrudhcp
- 详细分析了嵌入式系统DHCP客户端协议的实现原理,给出了详细的协议状态变迁图,对Rabbit2000嵌入式系统DHCP客户端协议进行了改进,引入了新的服务器DHCPOFFER响应选择策略,并给出了实现代码-A detailed analysis of the embedded system DHCP client protocol implementation of the principle of the agreement gives a detailed state transition
ftp
- 嵌入式操作系统中,自己写ftp客户端和服务器端的代码-Embedded operating system, write your own ftp client and server-side code
nc600-program
- 串口服务器的编程参考,实现将以太网口转换为普通的串口,代码分为客户端和服务器端-Serial Server programming reference implementation will be converted into ordinary Ethernet port serial, code divided into client and server side
servfox-analysis
- 搞了一段时间的嵌入式网络视频采集与传输,基本上在服务器端采集视频用的是servfox程序包,它可以用arm-linux-gcc编译后移植到开发板上,我现在一直在做这方面的工作,用的是S3C2410的板子,这个开源程序十分不错,觉得有必要深入理解和学习一下它的源程序,网上一般没有对它的详细说明,只是简单介绍了它怎么用的,就如我当初刚开始学习嵌入式时一样看不懂这个程序,现在对其各个代码作个详细的解释,以备后忘,也希望对新手有所帮助。-Engage in a period of acquisition
server.tar
- 用Qt实现的基于UDP和TCP的聊天室,用户可以选择UDP传输或TCP传输。实现了自动滚屏、快捷键设置的良好交互界面。这个服务器端的代码。-Implemented in Qt UDP and TCP-based chat rooms, users can select UDP transport or TCP. Automatic scrolling, shortcut set a good interface. This server-side code.
TCP-Server-Mode_110816
- 基于周立功RM7的网络通信服务器端程序代码。-Based ZLG a RM7 the server side of the network communication code.
tftpd32.400
- windows上可以使用的,一个tftp服务器端。一般用于嵌入式开发板传输代码。-windows can use a the tftp server side. General transmission code for embedded development board.
2013-10-17
- 嵌入式通信服务器端和用户端代码,可直接在linux平台编译调试-Embedded communications server and client code can be compiled on linux platform debugging directly
ftp
- 嵌入式操作系统中,自己写ftp客户端和服务器端的代码-Embedded operating system, write your own ftp client and server-side code
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,
TCP Server
- lwip 移植,tcp服务器端多线程代码移植(LwIP transplant, multi thread transplanting of TCP server)