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

Use UDP carrier in streaming contexts #120

Closed
PeterBowman opened this issue Oct 28, 2017 · 2 comments
Closed

Use UDP carrier in streaming contexts #120

PeterBowman opened this issue Oct 28, 2017 · 2 comments
Assignees

Comments

@PeterBowman
Copy link
Member

As a follow-up to #105 and related to #102 (once the CartesianControlClient is capable of establishing a connection to the remote port), we'd like to investigate the consequences of switching from the default TCP carrier in the usual yarp::os::Connect calls to UDP. After all, the whole point of using streaming commands is that we seek high-speed comunication and don't care of casual data loss.

This is how it's done at yarp::dev::RemoteControlBoard: ref.

@jgvictores
Copy link
Member

Yes, that makes perfect sense!

@PeterBowman
Copy link
Member Author

More thoughts on the choice of a carrier: #123.

@PeterBowman PeterBowman self-assigned this Dec 5, 2017
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