If you have been trying to understand the architecture around google glass, I have tried to put it in simpler manner. Feel free to share your comment.
Lets try and understand the above architecture:
- Glass users subscription to your service: You develop one or more web-based service for google glass and publish. These services can be termed as glasswares. Glass users subscribes to your service by logging on to your website authenticating themselves using OAuth 2.0
- Glassware updates using Mirror API: Your google glassware then starts publishing to google glass cloud using mirror API. To be able to that, you must register your service with google cloud.
- Google Glass synchronizes with glass device: This is third aspect. Once your glassware publishes to google cloud using mirror api, google glass then synchronizes your updates to your subscribed users.
Latest posts by Ajitesh Kumar (see all)
- Creating a RAG Application Using LangGraph: Example Code - February 1, 2025
- Building a RAG Application with LangChain: Example Code - January 31, 2025
- Building an OpenAI Chatbot with LangChain - January 30, 2025
I found it very helpful. However the differences are not too understandable for me