Summary: A glassware geared towards effective STEM Education
This application is designed to help instructors and students in engaging in effective an STEM education experience. This glassware app uses Mirror API to receive instructions posted by the teachers and posts the laboratory experiments onto the students google glass devices. This will be then used by them during their lab sessions.
We adapted the Google Mirror API - Java Quickstart code and implemented custom addition of timeline cards and also interfaced with GDK to invoke the native camera app (See ChemBuddy repository for the GDK app).
- To Compile
mvn clean; mvn package
- To Run the web server
mvn jetty:run
- Open the following url in the browser
http://localhost:8080
- Paste the contents of input.xml into the textbox and click on Create Experiment button