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

Email notification in google apps script -

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

javascript - IE11 incompatibility with jQuery's 'readonly'? -