Skip to content

LiquidGalaxyLAB/LGxVoiceControl-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LGxVoiceControl

Overview

(Some) code for an Action for the Google Assistant to control a Liquid Galaxy setuup.

How it works

  • A Dialogflow webhook is set up to Firebase - index.js. When a user command is encountered, relevant data is extracted and stored in the Firebase database.
  • Meanwhile the script, tools.js ,running on the master computer of the Liquid Galaxy setup gets data from the database whenever it is updated and stores it as as a JSON file, while triggerring another script, write-query.py, which processes the data and writes the required command in the queryFile of Google Earth - which then reads and executes it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • Shell 18.1%
  • Python 14.6%