I'm developing a J2ME program with eclipse / WTK 2.5.2 and having problem with connecting two emulators using bluetooth. There is one server and one .client running on two different emulators. ...
I'm developing a j2me application for my mobile phone (a Nokia). I'm using WTK (Wireless Toolkit) to test my code.
Because I'm using a GPS device via a Bluetooth connection, I ...
Hello. I am writing application that will be a bluetooth chat application. Anyone can create a chat room and others can join that room. There can be many rooms. So I have a problem. I need the server (creator of the room), to be able to handle many connections simultaneously. The client first get a list of rooms by checking all ...