java - Message from Android to Android without Accesspoint -


i have 2 android-devices, have no ip-addresses mac-addresses

 d0:e7:82:fa:90:33 (a)  8c:bf:a6:a8:77:8f (b) 

how send byte a b? possible?

edit: droped datagramsocket-sources because packed-based.

by way: wifi-direct or bluetooth not supported devices.

you can use udp broadcast message. broadcast message , every device on networks gets it, sender. however, message delivery in udp not guaranteed, may drop. need handle on client side.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -