搜索资源列表
socketcan_sja1000_dirver_s3c2440a.tar
- socket can driver, for s3c2440 using sja100, enjoy it!
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
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
LoadImageWithSocket
- 在上次的加载图片程序上新增了socket功能,可以在切换图片的同时与运行于PC端的MenuServer建立TCP通信,将当前图片的路径信息发送至server端。-Procedures in the last loading pictures added socket feature, you can switch the pictures in the same time and run on the PC side of the MenuServer establish TCP communi
parse_devicefile
- 检测/监控嵌入式LINUX有没有插入USB设备,此代码主要是在应用程序启动后不能通过socket来获得消息的情况下使用。-Detection/monitoring of embedded LINUX there is no USB device, this code is primarily in the application starts, can not get the message through the socket to the case of use.
linux_transcend
- 可以使用在嵌入式系统上的,使用socket通信方式进行网络传送文件的程序。此程序为原型程序,可以在此程序的基础上修改出自己需要的功能。-Can be used in embedded systems, the use of socket communication network delivery procedures. This program is a prototype program, you can modify this procedure on the basis of their
socket
- 在linux下使用socket编译,实现client调试用服务器的端的函数,实现了一个小型的COM架构,可以很好的适用于跨进程函数调用-Use socket compiled under linux, achieve client debugging server-side function to achieve a small COM architecture, can be well applied to cross-process function calls
serial2wifi
- 基于linux的wifi转串口,串口转wifi程序,涉及socket编程、串口设置,可用于智能插座设计。-Based on the wifi linux serial port, serial to wifi program, involving socket programming, serial port settings can be used to design intelligent socket.
AN1491
- microchip memory allocation overhead for MCUs with small heaps (<64K). * fdopen() now works with socket descr iptors allowing standard buffered C functions to be used for network communications. * The NSH ifconfig command can now be used to
socket
- linux内核中有关套接字部分的源代码,想学习内核的可以看一下-linux kernel source code for the relevant parts of the sockets, want to learn what you can see the kernel
firewall
- 这是关于原始套接字包过滤防火墙的源代码,希望大家可以下载学习指教-This is about raw socket packet filtering firewall source code, hope that we can download to learn Zhijiao
cantool
- 基于linux socket can程序,主要功能: 程序具备全部CAN功能,包括CAN标准帧/扩展帧接收与发送、CAN总线错误判断、环回等功能 适用基于LINUX SOCKET机制实现的CAN接口,可用于嵌入式LINUX的CAN测试 程序采用标准LINUX命令行参数选项形式,接受用户参数(Based on the Linux socket can program, the main functions: The program has all CAN functions, in
sntp_arm_linux
- 一个可以在Arm Linux环境下运行的对时程序,基于socket编写,可移植性强。 配置好了交叉编译工具链之后,直接make即可。 代码采用C++的面向对象开发,简单易用,模块清晰,便于裁剪和模块复用。(A time program that can run in Arm Linux environment is written based on socket, and has strong portability. After configuring the cross compila
Can总线协议-立方体卫星空间协议(源代码)
- Can总线协议-立方体卫星空间协议(源代码) The Cubesat Space Protocol Cubesat Space Protocol (CSP) is a small protocol stack written in C. CSP is designed to ease communication between distributed embedded systems in smaller networks, such as Cubesats. The design