Porting J2ME library to Android platform. Library communicates with server via HTTP or UDP. Protocol has about 80 commands, including data serialization and more.
Applications:
- Sample applications for this library. Selecting player and log output while calling some functions.
- UDP test application – simple game. Many clients can connect and move colored squares in public arena.
Used:
- Android SDK
- Eclipse and Ant
- Network (HTTP requests, and UDP sockets) |