搜索资源列表
socket_set_cli
- linux下socket编程示例,通过网络传送控制信息给下位机
socket
- 非常好用的网络多线程socket编程代码,多线程
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
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
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
server.tar
- 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)