Hi,
I'm looking for a way to for two running MIDlets to communicate with each other. That way, when an event has occured on the first MIDlet, let's say a key press, the second MIDlet behaves accordingly.
I tried using socket communication on localhost, but the transmission is horrible - i've sent messages from the server socket(the first MIDlet) to the client socket(the second MIDlet) in 200 millis intervals, and the second MIDlet received only 3 of 200 messages.
I couldn't figure out a different way to do it,
can anyone enlighten me?![]()

Reply With Quote


