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

Default port mismatch in simulator quickstart #37

Open
mikini opened this issue Jan 13, 2017 · 0 comments
Open

Default port mismatch in simulator quickstart #37

mikini opened this issue Jan 13, 2017 · 0 comments

Comments

@mikini
Copy link
Contributor

mikini commented Jan 13, 2017

The quickstart (simulator) instructions in the README.md seems to be out of date. The gl_server listens by default on port 21984;

~/openpixelcontrol$ bin/gl_server -l layouts/freespace.json
Loaded "layouts/freespace.json" as channel 1 (625 shapes)
OPC: Listening on port 21984

While the raver_plaid script tries to connect to 7890:

~/openpixelcontrol$ python/raver_plaid.py
    WARNING: could not connect to 127.0.0.1:7890

Specifying the correct port explicitly on the command line makes stuff work, do either;

python/raver_plaid.py localhost:21984
    connected to localhost:21984

or

~/openpixelcontrol$ bin/gl_server -l layouts/freespace.json -p 7890
Loaded "layouts/freespace.json" as channel 1 (625 shapes)
OPC: Listening on port 7890
OPC: Client connected from 127.0.0.1

Documentation or default ports of the endpoints should be updated.

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

1 participant