Select ethernet communication protocol #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is it TCP? UDP? ZMQ? What does my data channel vs. config channel look like.
TCP for both. Config channel will use simple packet thing.
Data channel will have a start sequence that can't exist in data, and will only TX from FPGA to ROS.
Only one connection allowed per port to simplify implementation.