mig33client

mig33client is an open source program written in ANSI C that can be used to connect to the mig33 server and chat with other mig33 users. The goal is to allow users, who can not run the original J2ME Midlet, to chat using a computer. Starting with version 0.0.4, mig33client is distributed with libmig33.


libmig33

libmig33 is responsible for handling the various types of network communication between client and server. By moving all networking code into a library, software developers can implement various clients without worrying about the tcp/ip socket communication pieces. The network communication was discovered and documented using a J2ME emulator and network analysis software (wireshark, tcpdump).


Documentation

Documentation on the mig33 protocol is available at the following URL below.

http://devinsmith.net/articles/mig33/index.html


Changelog

The latest changes can be found here:

mig33client NEWS

libmig33 NEWS


Versions