搜索资源列表
EmbedNetC
- 计算机与嵌入式系统或者是单片机之间网络传输时,计算机端的SOCKET编程,-computer and embedded microcontroller system or between network transmission, the computer side of the socket programming,
socket_set_cli
- linux下socket编程示例,通过网络传送控制信息给下位机
socket
- 非常好用的网络多线程socket编程代码,多线程
GPRSDemo
- 【软件名称】 《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》 【版 本】 1.0.0 【操作系统】 Windows Mobile 5.0 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然
VxWork+socket
- VxWork+网络编程的好帮手,详细说明了在vxworks下如何用socket,超星阅读器可以看
ARM_NET_TEST
- 用于主机通过网络控制和检测S3C44B0 ARM开发板上的相关外设接口,包括服务器端与客户端socket编程
socket_tcp_udp_vxworks
- 基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains ud
UDP-For-CE
- wince网络编程开发中用到的UDP协议相关Socket函数类。比较完整,重点推荐。-wince Network Programming UDP protocols used in functions related to Socket class. More complete, Highlights.
3445345454
- 【作者中文名】 杨继赢 【作者英文名】 YANG Ji-ying 【作者单位】 广东工业大学 【文献出处】 微计算机信息, Microcomputer Information, 编辑部邮箱 2008年 21期 期刊荣誉:中文核心期刊要目总览 ASPT来源刊 CJFD收录刊 【关键词】 智能终端 以太网 MIZILinux嵌入式操作系统 【英文关键词】 intelligent terminal Ethernet MIZI Linux Embedded OS
send-receive
- 网络套接字编程,具有收发功能的c程序,可在一台host实验,也可以多机通信-socket program
embedded_linux_system_development_for_ARM_PDF_Book
- 《ARM嵌入式Linux系统开发》随书光盘中的电子书,PDF格式,主要包括(仅列举重要部分):第 9章 目录与文件.pdf,第 10章 文件I O.pdf,第 11章 网络编程.pdf,第 12章 无连接的套接字通信.pdf,第 13章 面向连接的套接字通信.pdf-" ARM Embedded Linux System Development," CD-ROM with the book in e-book, PDF format, mainly including (to
videocapsend
- 发送端通过Video4linux编程对摄像头进行操作,获取视频数据,将所得到的每一帧图像进行处理后,由libjpeg将原始图像进行压缩,使得数据可以通过网络发送。在发送时通过UDP的socket编程实现数据帧的发送;-By Video4linux programming of the transmitter to operate the camera to obtain video data, the resulting image after each frame, the original
CQq
- 基于WinCE Socket的网络编程,完成客户端与服务器端的通信-WinCE Socket-based network programming, complete client and server communication
Linux-socket
- 一本关于 linux网络编程方面的书 对socket实现有详细的说明,值得一读的书-A book on linux network programming books on the socket to achieve a detailed descr iption of the book worth reading
file_server
- Linux下网络编程部分,利用socket接口实现一个简单的文件服务器,功能功能虽然简单,但是提供了一个服务器的基本模型,值得参考-Part of network programming under Linux, using the socket interface to achieve a simple file server, the function function is simple, but provides a basic model of the server it is als
TCP
- pc机与wince平台实现网络通讯,在局域网中,pc机与多台wince平台仪器通讯,实现数据传输,文件包括pc机程序和wince平台程序,采用socket编程(tcp/ip协议)-pc machine with wince platform network communications LAN the pc machines with more than one wince platform instrument communication, data a book
linux-socke--code
- 嵌入式操作系统网络编程实例,用于嵌入式操作系统网络开发参考-linux socket shell code
main_project
- 在Linux环境下编写的基于M3的智能家居的主程序代码(不包含硬件方面的代码)用到多线程,网络socket编程-In the Linux environment prepared by M3-based Smart Home main program code (does not include hardware code) uses multi-threaded, socket programming network
LWIP_TCP--server
- stm32f107VCT 实现服务端socket 编程server端程序部分,网络调试助手可以进行数据检验。-stm32f107 socket server
server.tar
- 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)