搜索资源列表
Source Code
- Symbian C++ of Nokia下的源码,包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Nokia Symbian C of the source, including send and receive text messages, send e-mail, tcp / udp socket programming, receive BIO news, send information MMS
UDPscoket
- UDP套接字编程 很好的程序 大家运行一下-UDP socket programming very good run this process we try
socket
- 网络通信例程,支持tcp/ip,udp。可移植到arm.
DLLOCX
- 短信收发测试接口.可以在包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Test interface to send and receive text messages. Can send and receive text messages, including, send and receive Email, tcp/udp of socket programming, receive BIO information, send and rece
20100204AudioSend
- 音频采集得到PCM数据,然后进行AMR编码,再封RTP包,加DTP头,最后送UDP Socket发送,Visual C++ 6.0工程源码-PCM audio data to be collected and then AMR coding, and then sealed RTP packets, plus DTP head, the last to send UDP Socket send, Visual C++ 6.0 Project Source
WeConnect
- 群组播对话代码 WM_SOCKETRECEIVE = WM_USER + 123 //自定义的SOCKET接收消息ID Icon_Message = WM_USER + 124 //小图标消息 m_SendPort = 60001 //本机IP组播的端口(UDP端口) m_GroupAddr = 224.0.0.9 //组播组的地址 -Dialogue group broadcast code
Socket1
- Android UDP socket通信 Android UDP socket通信-Android UDP socket communication Android UDP socket communication
UDP
- 最近在学习安卓上的Socket网络编程,这是自己写的一个很简单的Demo,适和像我一样的初学者,和大家分享一下。-The recent study on Socket network programming in Andrews, this is a very simple demo to write their own, suitable for beginners like me, and share with you.
UDp
- 使用socket实现UDP的链接系统,可以利用服务器和客户端进行交互发送消息-Use the links UDP socket implementation system, you can use to interact with the server and client to send messages
UDP-Client
- 一个android客户端下用UDP进行socket通信的简单例子-android UDP socket
android-socket
- android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。 Java.net Java.net.Socket 客户端连接使用的TCP socket Java.net.DatagramSocket 客户端和服务端共同使用
UDP-android-and-cSharp
- connectivity between android and C# using socket programming (UDP)
TaoJieZi
- TCP,UDP套接字通信,可实现客户端和服务端的收发通信-TCP, UDP socket communication, you can send and receive communications between the client and server
UDP
- iOS开发 第三方开源代码 socket通信 UDP协议
Socket_Server
- 使用DatagramSocket发送、接收数据(Socket之UDP套接字)-Sending and receiving data using the DatagramSocket (Socket UDP Socket)
VB Socket
- VB环境下的UDP方式socket通讯,注意调试代码前需要先添加winsocket控件(UDP mode, socket communication under VB environment)
UDP 广播socket自动连接服务端
- 多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行Socket自动连接.(Multiple Android devices, one as a server, another or a few as clients, and then Socket automatically connected through the UDP.)
UDP 广播socket自动连接客户端
- 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a
SocketTool2
- Socket TCP/UDP 通讯协议测试工具(Socket TCP/UDP communication protocol testing tool)
Network
- 简单TCP、UDP套接字源码,可在VS中打开直接启动工程项目、自行配置地址(Simple TCP, UDP socket source code)