搜索资源列表
LinuxIPC进程间的通信
- Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
20064316212158
- 要如何区别呢?执行公用程式‘file’(例如,file /bin/bash)就对了。就ELF的程式而言,萤幕上显示出来的讯息会含有ELF的字眼;如果说是a.out的,讯息内会箝有 Linux/i386的字样。 -to how to distinguish? Implementation utility 'file' (for example, the file / bin / bash) on the right. On the ELF programs, the screen
inet_line_msg
- message dispatch,for rtems or linux-message dispatch, for rtems or linux
嵌入式 linux串口实例
- 嵌入式串口实例,有部分测试程序,功能:每隔2秒发送“1234567890”,并打印内容。接受也是每2秒一次,并打印内容,出错时打印出错信息-example, some of the test procedures, functions : every two seconds to send "1234567890", and print content. Each also received a two seconds, and Print, Print error erro
UNIX_Version_1
- 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
mms-sms-linux
- linux mms sms消息编码解码库,可以应用在linux下短消息或者mms网关-linux mms sms message codec library can be used in linux, or mms gateway under the Short Message
download
- 进行arm-linux嵌入式系统开发时,需要将文件烧写到flash上,在网上可以找到win下的烧写程序,但多数情况下开发环境应该是在linux下,烧写程序时切换到win下很不方便,使用该程序可以在linux下直接对flash进行烧写 该程序运行后将一个小的for arm的c程序通过串口传送到arm开发板上,使用该小程序与主机端通信,将主机传送信息烧写到flash上- Carries on when arm- linux inserts the type system development,
embedded_Linux_Builder_GUI
- 通过嵌入式Linux 特定环节的应用实例,即中间件层 的GUI 软件,来精通Linux 开发,同时对于消息驱动的、轻量级窗口系统的实现 有较为彻底的理解。-Embedded Linux through the application of specific areas, namely, the middleware layer GUI software to proficient in Linux development, at the same time for the message
1.10_Makefile_printf_mytool
- 本人这次上传的代码就是在Linux下面利用gcc或者armv4l-unknown-linux-gcc工具进行编译运行的。本代码主要特色是在教大家如何规范的写Makefile文件。另外,此代码也可以在Windows下的超级终端上运行,前提是要安装交叉编译工具(就是armv4l)。遇到问题的可以留言,本人乐于帮你解答。-From the code I was using gcc in Linux or the following armv4l-unknown-linux-gcc compiler t
linux-modem-sms-test
- linux下gprsmodem短消息测试代码,支持发送接收短消息。-linux test code under gprsmodem short message in support of sending and receiving text messages.
Embedded_Remote_Control_System_Based_on_GPRS
- 本课题基于ARM嵌入式硬件平台,以嵌入式Linux为操作系统,设计并实现了一个远程控制系统。该系统主要包括远程控制终端系统、控制服务器系统和受控终端系统三大模块,实现了GSM短消息收发、GPRS数据传输、视频图像采集、蓝牙无线通信、直流电机变速控制和远程终端人机交互等功能。该系统可广泛应用于智能家居、工矿采集和机械生产等远程控制方面。-The remote control system designed and implemented in the paper is based on ARM e
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
lgui_0.3.0
- 轻量级的面向嵌入式Linux 的GUI 系统,多进程、多窗口,基于消息管理的功能-Lightweight system for embedded Linux, GUI, multi-process, multi-window, the function-based message management
linux--gprs
- linux下的gprs控制程序源码,实现GPRS module的接收数据的例程-linux gprs this is a simple test of receive a short message via GPRS module
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.
message_queue
- 基于Linux下的进程通信中的消息队列,以及相关的实现代码-Based on the process of communication under Linux message queue, and the realization of the relevant code
linux--multi-process
- 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
Debug.Hacks-chinese_version
- 本书从调试器的基本使用方法、汇编的基础知识开始,到内核错误信息捕捉、应用程序调试、内核调试、本书深入浅出的讲解了linux下应用程序和内核的调试技巧。-This Book from the basic use of the debugger, the compilation of the basics, to the kernel error message capture, application debugging, kernel debugging, the book explain in
Embedded-_tcp_ip
- 实现嵌入式IP协议栈,实现ARP协议。 实现IP协议。 实现ICMP协议(在此层完成ping功能)。 实现TCP协议。 实现UDP协议。 实现socket通信(与linux socket 接口一致)。 实现DHCP协议-Embedded IP protocol stack, ARP protocol. IP protocol. Control Message Protocol (ICMP) (completed a ping function in this layer)
LEDaUART
- TINY6410简单程序,点亮LED和串口发消息,适合初学者。DEMO文件有ADS工程,而6410文件夹里适合在LINUX下用MAKE调用ARM-LINUX-GCC编译-Code for tiny6410,which is easy to learnig .Lighting up LEDs and sending message by UART.DEMO is suit for ADS project,and 6410 is suit for ARM-LINUX-GCC