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

Feature/ardupilot #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Feature/ardupilot #86

wants to merge 3 commits into from

Conversation

paulosousadias
Copy link
Member

Already tested with a UDP MavLink stream.

@krisklau
Copy link

krisklau commented Jan 3, 2017

Hi,

In the near future, I also want to bring back the option of using a raw serial link (in stead of going via SerialOverTcp). Maybe a new abstraction layer for choosing link type is nescessary?

Kristian

@josebraga
Copy link
Member

I'd use IO::Handle to get an abstract for TCP/Serial. One more member variable for a possible UDP connection. Assuming there won't multiple connections at the same time three arguments could be used to define everything:
string to identify interface, address/device and port
unsigned for baud rate
unsigned for udp port

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

Successfully merging this pull request may close these issues.

None yet

3 participants