搜索资源列表
inet_line_msg
- message dispatch,for rtems or linux-message dispatch, for rtems or linux
Message
- 本代码是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
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
message
- 这个程序是对linux 下的消息的运用的各种情况进行了演示,希望对大家有用-This procedure is a linux message under the circumstances the use of a demonstration, in the hope that useful to everybody
ipc
- 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
ipc
- Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
linux-modem-sms-test
- linux下gprsmodem短消息测试代码,支持发送接收短消息。-linux test code under gprsmodem short message in support of sending and receiving text messages.
message
- 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
LINUX
- 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
msg.tar
- linux消息队列通信的client和server代码-linux message queue communication of client and server code
linux-msgqueue-test
- LINUX下通过消息队列的方式在进程中传递消息。-LINUX under way through the message queue for messages in the process.
message
- linux下的minigui程序, 里面包含makefile文件,可执行文件为./msg ,此程序是模拟手机短信和通讯录功能,其中涉及到串口,数据库,gprs 等功能。-minigui program under linux, which contains the makefile file, executable file./msg, this procedure is the analog mobile phone text messages and address book functio
MESSAGE
- Linux操作系统下的消息队列的定义和使用,具体消息队列的操作等相关信息。-Linux operating system message queue definition and use of, the specific message queue operations and other related information.
message-queue
- linux消息队列,展示了消息队列怎么使用的,并用了收发经纬度的例子-linux message queue,show how-to-do,and demostrator read/write latitude and longtitude
Linux-chat
- linux消息队列实现的群聊功能,Linux网络编程新手必备-Linux message queue to achieve the group chat feature, Linux network programming novice
chat program using message queue.tar
- message passing by shared memory method and message quesu
Linux多进程并发服务器
- 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
linux大作业代码
- 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o