I am interested in using my Android phone (running my application) to do all the heavy computing/data storage for an accompanying app running on Glass. Is there a way to make a connection over wifi or bluetooth to send/receive data between the two?
Asked
Active
Viewed 2,087 times
3
-
@Jose Urbano Duarte Junior I saw you had a post about this. Have you made any headway in establishing a bluetooth connection? Do you know of any library that may work for this? – astryk Dec 30 '13 at 17:39
1 Answers
1
For Bluetooth, you can check out this library.
I tested it before and I'm able to connect between my phone and Glass.
Also, Google Glass GDK: How to Communicate with Android Device is helpful.
I haven't tried connecting over WiFi.
-
Thanks! I ended up building out my own Library that works great. Once it gets a little more polished I'll post it up. – astryk Jan 06 '14 at 17:15