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 mavconn objects from URL's #58

Closed
vooon opened this issue Jul 20, 2014 · 1 comment
Closed

Create mavconn objects from URL's #58

vooon opened this issue Jul 20, 2014 · 1 comment

Comments

@vooon
Copy link
Member

vooon commented Jul 20, 2014

Implement object generator from URL's like this:

udp://[bind:1234]@[remote:4321]
tcp://source:1234
tcp-srv://bind-host:1234
tlog-w:///path/to/file
serial:///path/to/serial/device[:57600]
/path/to/serial/device[:57600]
@vooon vooon added this to the Versoin 0.7.0 milestone Jul 20, 2014
vooon added a commit that referenced this issue Jul 29, 2014
Supported shemas:
* Serial: `/path/to/serial/device[:baudrate]`
* Serial: `serial:///path/to/serial/device[:baudrate][?ids=sysid,compid]`
* UDP: `udp://[bind_host[:port]]@[remote_host[:port]][/?ids=sysid,compid]`
* TCP client: `tcp://[server_host][:port][/?ids=sysid,compid]`
* TCP server: `tcp-l://[bind_port][:port][/?ids=sysid,compid]`

Note: ids from URL overrides ids given to open_url().

Issue #58.
@vooon
Copy link
Member Author

vooon commented Jul 29, 2014

Next step: move node to that system, and deprecate current connection parameters.

vooon added a commit that referenced this issue Jul 30, 2014
Because now it's not UDP only.

Issue #58.
vooon added a commit that referenced this issue Jul 30, 2014
@vooon vooon closed this as completed in f97080d Jul 30, 2014
vooon added a commit that referenced this issue Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant