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

Create "GLIP URL" syntax to specify backend + options as one string #56

Open
2 tasks
imphil opened this issue Jan 27, 2018 · 0 comments
Open
2 tasks

Create "GLIP URL" syntax to specify backend + options as one string #56

imphil opened this issue Jan 27, 2018 · 0 comments

Comments

@imphil
Copy link
Member

imphil commented Jan 27, 2018

Currently, users must pass a backend (e.g. tcp, uart, etc.) and a set of key=value pairs to GLIP to be used as options. An easier syntax for users would be a URL which contains all parameters, e.g.
glip://uart?speed=12000000&device=/dev/ttyUSB0 or glip://tcp?host=localhost&port=23000

TODO:

  • Figure out a reasonable format.
  • Implement a parsing function inside glip
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