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

[CONFIG] websocket server not starting #3079

Closed
ChrisHaPunkt opened this issue Aug 8, 2016 · 1 comment
Closed

[CONFIG] websocket server not starting #3079

ChrisHaPunkt opened this issue Aug 8, 2016 · 1 comment

Comments

@ChrisHaPunkt
Copy link

I don't get the embedded websocket server to start. Is there more to do as serving:

"websocket_server": true,
"websocket_server_url": "0.0.0.0:4343",
"websocket_start_embedded_server": true,

in the config file?

This feature is not documented anywhere...

OS: deb8
Git Commit: latest dev
Python Version: 2.7

@maestroi
Copy link
Contributor

maestroi commented Aug 10, 2016

This is for interfacing with other apps, you can connect for example socket.io with python or node or something, to the interface and you can do everything with logs you want.

In the future there will be ability to change config etc with websocket but thats not implemented.
its not documented because its not fully ready yet.

right way to activate the websocket is by chaning websocket: false to

      "websocket": {
       "start_embedded_server": true,
       "server_url": "0.0.0.0:4000",
       "remote_control": true
   },

I hope this helped

@k4n30 k4n30 closed this as completed Aug 16, 2016
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

3 participants