Re: J2ME-communicating between phones
Posted By:
Anonymous
Posted On:
Wednesday, August 15, 2001 02:50 PM
I think two phone can talk together via http protocol. So you might to have read documentation from SUN website on how this is done. I am sure that J2ME support http protocol.
Re: J2ME-communicating between phones
Posted By:
Enrique_Ortiz
Posted On:
Tuesday, August 7, 2001 09:51 PM
today there is no true peer-to-peer communication in J2ME. you can simulate P2P via a server on the network, a server both devices know and know how to talk to. there is a p2p framework under development known as jxta. you might want to visit their web site (www.jxta.org).