搜索资源列表
CE_XTALK
- CE版本的XTALK程序。它包括服务器和客户端两部分。其中对套接字I/O的并发采用线程+select机制,对于屏幕刷新则采用消息机制。主要功能是一个简单的群聊工具,一个客服发言,服务器对其广播。同时,他可以跟桌面Windows版本的程序通信。-CE versions of XTALK procedures. It includes server and client in two parts. Which socket I/O concurrent threads+ select the mec
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
socket_bigendian
- 仿真小软件,通过socket编程,可以模拟给本机发送消息-simulator tool to send the message
CEFTP
- 实现了wince程序的连接FTP并下载上传文件的工具,使用了FTP指令登录和下载,基于GPRS和数据线串口的SOCKET测试连接通过!-Achieve a wince program connect to the FTP tool to upload and download using the FTP login and download instructions, based on GPRS and data lines connected through the serial port o
GPRS-date-collection
- 使用STM32F107VCT6芯片驱动SIM900A GPRS驱动模块,操作GPRS模块时,可以直接在搭配的3.2寸触摸屏上看到提示,最终实现定时上传温度数据。上位机可用socket工具来查看收到的数据。已经测试过,可以直接使用。-Use STM32F107VCT6 chip driver SIM900A GPRS drive module, GPRS module operation, can be seen directly on the prompt with 3.2-inch touch
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