搜索资源列表
socket-between-android
- 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
java
- 东软CMPPE协议编写的接口升级版 (适用与CMPP 2.0) 包括:长短信发送,长短信接收整合,wap push 套接字工具 ....... ....... 等等 -Neusoft CMPPE upgraded version of the interface written agreement (applicable and CMPP 2.0) include: long SMS sending, receiving long SMS integration, wap
SGIP-API
- 基于JAVA下的联通行业网关短信发送接收API接口以及短信发送接收的Demo。-JAVA-based industries under the Unicom message gateway to send text messages to send to receive API interface and receive Demo.
socket
- j2me使用soket协议做的一对多聊天的例子。网上多是一对一的-soket agreement to use j2me to do one-to-many chat example. Are one-on-one online
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
mobile_socket_chatroom
- J2ME开发的手机socket 聊天室源码。-J2ME development of mobile chat rooms source socket.
3G
- 手机游戏对战平台。自己做的一个东东。 支持多个手机联网打游戏;采用socket链接通信。 平台:J2ME&JAVA-Mobile gaming platform war. Own a Dongdong. Support multiple mobile network game play the use of socket communication link. Platform: J2ME & JAVA
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
nio
- java 的socket的通道编程的代码api,可以是需要的网络开发的人员浏览
3970986jPortMap2.0
- java实现内网的端口映射本文手把手的详解了jPortMap端口映射程序开发中的每一步,做为己运行在实际的企业项目中的应用, jPortMap程序较全面的展示了Thread、List、Vector、Socket、ServerSocket、Input/OutpuStream、File Read/Write、Properties等核心API的用法,是初学者快速进阶的一个优秀案例。-本文手把手的详解了jPortMap端口映射程序开发中的每一步,做为己运行在实际的企业项目中的应用, jPortMap程序
mobilechat
- 手机聊天室应用socket实现远程客户的登录,管理及监事-Mobile chat room application socket remote client' s login, management and supervisors
j2me-net
- Test1---http连接 Test2---Socket连接 Test3---DatagramSocket连接 Test4---MMAPI Test5---多客户端服务器 Test6---MMAPI2 Test7---WMAServer-jave net
chat
- 简易手机聊天软件,socket实现。需要一个手机做server,同时支持多个client-Simple mobile chat software, socket implementation. Need a phone to do server, while supporting multiple client
Netsrc
- j2me网络demo,测试http, https, socket, secure socket.-j2me web demo, test http, https, socket, secure socket.
Socket-JAVA-test
- 此代码是关于socket测试程序,运行平台为J2me mtk。-This code is on the socket test application, running platform J2me mtk.
SocketDemo
- java socket 实例 也是android socket 的示例-android socket example java socket example is
socket1.0.tar
- android socket与PC通信,PC使用java eclipse,PC服务器,android客户端-android socket and the PC communication
java-source
- java聊天程序,用到了AWT,多线程,事件监听器,Socket-java chat program,Used in the AWT, multi-threaded, event listeners, 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 客户端和服务端共同使用
Java网络编程案例--CS模型的简单实现
- 简单socket通讯编程例子,入门级别,仅供参考(Java socket GPRS dtu)