3

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?

Straw Hat
  • 902
  • 14
  • 38
astryk
  • 1,256
  • 13
  • 20
  • @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 Answers1

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.

Community
  • 1
  • 1
pt2121
  • 11,720
  • 8
  • 52
  • 69
  • 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