Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect Susi Hardware to Susi Webchat for demonstration #26

Closed
betterclever opened this issue Jun 12, 2017 · 4 comments
Closed

Connect Susi Hardware to Susi Webchat for demonstration #26

betterclever opened this issue Jun 12, 2017 · 4 comments

Comments

@betterclever
Copy link
Contributor

@Orbiter recommended about connecting Susi Hardware to Susi Webchat so that when we send a request via Speech to our Hardware device, we can view the exact response of Susi in a webchat interface also. This functionality is mainly for demonstration purposes where users can see the exact query.

Exact Requirement as stated on Gitter Channel
image

@uday96 @rishiraj824 Can you suggest a possible implementation of it? How can it be achieved?

@rishiraj824
Copy link
Member

rishiraj824 commented Jun 12, 2017

@betterclever Yes, we can do this via web sockets. The only thing is the socket needs to be setup, and finally one can listen to that socket to get the text response of the Hardware.

@betterclever
Copy link
Contributor Author

@rishiraj824 Yes, sockets are a good option to achieve this.
So, I will code up the Python implementation of a websocket interface via which Susi Web Chat and Susi Hardware device can communicate.
On connecting a monitor and visiting a particular URl or better visiting URL on any device connected to that network, Susi Web Chat interface can be shown which will interact to Hardware device via sockets for getting query input and sending JSON output from server. This way, only one call to server will be made as required. This should be easy. I will report back as soon as it is ready.

@rishiraj824
Copy link
Member

@betterclever 👍

@betterclever
Copy link
Contributor Author

Solved in #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants