Go to file
Ruben van de Ven f93bcbb457 Housekeeping with repos 2019-01-25 17:18:50 +01:00
hugvey Remove nodes/directions/conditions and updating language and play from position 2019-01-25 17:09:18 +01:00
local@71d7b7e1d6 Housekeeping with repos 2019-01-25 17:18:50 +01:00
www Remove nodes/directions/conditions and updating language and play from position 2019-01-25 17:09:18 +01:00
.gitignore Webdev workflow 2019-01-23 15:26:44 +01:00
.gitmodules Housekeeping with repos 2019-01-25 17:18:50 +01:00
README.md Webdev workflow 2019-01-23 15:26:44 +01:00
client_config.yml Refactor Interruptions to Diversions & some fixes in status display 2019-01-25 10:43:55 +01:00
hugvey_client.py First client version 2019-01-15 23:34:59 +01:00
hugvey_server.py Streaming audio to central command when on verbose 2019-01-17 17:39:52 +01:00
requirements.server.txt Basic speaking interaction now working with google + espeak 2019-01-18 15:40:43 +01:00
requirements.txt Refactor Interruptions to Diversions & some fixes in status display 2019-01-25 10:43:55 +01:00
server_config.yml Webdev workflow 2019-01-23 15:26:44 +01:00
test_pub.py Client now publishes itself 2019-01-16 09:00:49 +01:00
test_sub.py Streaming audio to central command when on verbose 2019-01-17 17:39:52 +01:00

README.md

Hugvey / Pillow Talk

Server

Run the server: python hugvey_server.py --config server_config.yml

Panopticon

The server also integrates the panopticon, the monitoring & administration interface to Hugvey.

Client

To run it: python hugvey_client.py -c client_config.yml

Development

The Panopticon uses gulp to compile SASS into CSS, and to set up browser-sync for css & js. For now, no js user facing dependencies are managed trough node/npm.