搜索资源列表
sockettest
- 移动电话连接socket源码,主要对MTK,展讯手机开发的源码-Mobile phone connection socket source, mainly MTK, Spreadtrum developed mobile source
SMS
- SMS系统模拟器,包括手机模拟器和短信中心服务器模拟器。 客户端软件,模拟手机通过网络socket向另一个手机用户发送短消息。 每个客户端手机用一个手机号码,用IP+端口标识,短信服务中心服务器接收短信,排队帮你转发给另一个手机用户。功能见DOC文档-SMS system simulator, including simulators and mobile message center server simulator. Client software, analog mobile phon
FTPClient_demo
- 该FTP采用标准的FTP cmd,实现登录,上传,下载文件,对于需要跟踪底层消息处理的非常有帮助,并且稍加改动就可以移植到Windows Mobile,我们目前的产品一直在使用,非常的稳定,代码采用C/C++ 和 模板来编写,结构清晰,可读性强,对于socket编程来说也是很好的学习代码-The FTP standard FTP cmd, the realization of the registry, upload, download files, the need for follow-up
LocPrefix
- 中国移动定位引擎的客户端,通过socket传入消息,本模块向定位引擎发出请求,然后将位置信息用socket返回-China Mobile positioning engine client through socket incoming message, the module sends the request to the positioning engine, and then will return location information using socket
sendpic
- 两部手机应用socket简单同步发送图片手机,,实现远程屏幕,,仿真模拟成功,-Application of two mobile phone socket mobile phone to send pictures simple synchronization, remote screen, the successful simulation,
sockets
- 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(sen
Server1.1
- this server using socket programming in java can handle more than one client requests and reply each one in parallel and its clients one desktop and one mobile app attached file explain the commands-this is server using socket programming
cSharpqq-mobile-phone-chat-sever
- 主要用于qq手机聊天的一个服务器,基于socket网络通信下,tcp的用法,建立此服务器可用于聊天-For qq mobile phone chat with a server, socket-based network communication, tcp usage, to create this server can be used to chat
cocos2dxp2Bsocket
- socket 客户端,服务端,手机通过调试的!-socket client, server, mobile phones through debugging!
mobile-QQ
- 手机QQ,一个类似与手机QQ的程序,可以支持多个客户端可以相互聊天。用j2me_wireless_toolkit-1_0_4 编译后,现运行ScoketServer,在运行TalkSocket。可以多次运行n个TalkSocket,但在TalkSocket中找到TalkSocket.java文件要修改Socket.-Mobile QQ, a similar procedure with the mobile QQ, can support multiple clients can chat wi
OffloadTest
- 用于服务端和手机端通信,此为服务端代码,服务端用C++ socket编写-For server communications and mobile terminal, server-side code written for this, the server with C++ socket
workerman-for-win-master
- Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域的开发。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。-Workerman is an open source high performance PHP socket server framework a pure PHP development. Is widely us
Intelligent-security
- 本系统结合Internet,GPRS以及嵌入式相关技术,实现了通过网络对家中情况进行实时监控; 项目有linux服务器、Android客户端,web客户端组成;服务器利用C语言的多线程操作,实现了视频采集,温度湿度监测,灯光控制;短信报警;通过socket实现与Android客户端远程通讯和实时传输视频和温湿度数据;安卓客户端通过多线程与服务器进行数据交换。Web客户端可以在PC上通过浏览器登录服务器查看监控视频和温湿度数据;对于温度超过预设值,服务器通过GPRS发送提示短息给客户手机,客户通
