Question

I'm looking for a wireless way to send data between my computer and Google Glass that doesn't involve any cloud API (GDK instead of Mirror API). I'm thinking Bluetooth. Does anyone have a preferred method for this kind of data transfer or have done something similar to this?

I also saw the post HERE from a couple months ago. Theoretically, is it be possible to modify the code so that the data transfer can be between Google glass and computer (instead of Android device)?

Was it helpful?

Solution

I had success sending data from my computer to the Glass using simple sockets. In my case I have some data being sent via UDP broadcast and the Glass is able to receive it and display it successfully. Here are some links which may help.

Receiving UDP on Glass

Need to request INTERNET permission in app manifest to create sockets

Interrupting a blocked UDP listen socket

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top