By combining the Rest SDK here with the Tradestation DLL, it should be possible to send message to Glass
https://casablanca.codeplex.com/wikipage?title=Http%20Client%20Tutorial
There are 2 possible paths here:
1. Use the .NET OAuth library to interact with Glass directly from C# dll. (This would need a com wrapper)
https://developers.google.com/api-client-library/dotnet/guide/aaa_oauth
2. Publish a Rest Service using Play and interact with Glass from Java Code.
https://github.com/googleglass/mirror-quickstart-java
No comments:
Post a Comment