-
Notifications
You must be signed in to change notification settings - Fork 4
MSocket Wiki

MSocket is a java socket library that is compatible with android and any JVM supporting machine.
It supports:
-
Connection mobility: pre-lookup, connect time, individual and simultaneous mobility.
-
Multi-homed & multipath communication.
-
Mobile-to-Mobile communication: relaying behind NATs via proxies.
A hello world server client example using MSocket is on Desktop example page.
pending
MSocket code is open source and can be cloned from Code repository.
Instructions to compile MSocket jar are as follows.
Go to the msocket top level directory that contains build.xml file and compile the source using ant jar. Compiled jars are in jars folder. The following two msocket jars are generated.
-
msocket-1.0.0.jarcontains MSocket and MServerSocket classes. -
msocket-proxy-console-1.0.0.jarcontains the dproxy related classes.
MSocket javadoc is avaiable JavaDoc