Posted By:
Anonymous
Posted On:
Thursday, October 11, 2007 08:23 AM
Hi all, i'm writing a j2me application in order to realize a manet (mobile adhoc network). assuming that all devices has a static ip address (eg 192.168.0.x) , the network already exist. i need to do the following: when a device join the network he has to broadcast his name and address over the network. i'm working using cldc and datagram connections but if i use Connector.open("datagram://broadcast:port") it doesn't seems to work... hope that i've explained. some help ? thanks
More>>
Hi all,
i'm writing a j2me application in order to realize a manet (mobile adhoc network).
assuming that all devices has a static ip address (eg 192.168.0.x) , the network already exist.
i need to do the following:
when a device join the network he has to broadcast his name and address over the network.
i'm working using cldc and datagram connections but if i use
Connector.open("datagram://broadcast:port")
it doesn't seems to work...
hope that i've explained.
some help ?
thanks
<<Less