-
Notifications
You must be signed in to change notification settings - Fork 10
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 eth v9 #31
Feature eth v9 #31
Conversation
I'm fine with the naming choice, i.e. |
Yes, I thought about this for some time. My conclusion was that "udp" (or "eth") means to use the default (or best) setup for the given hardware, which would be a backward-compatible view. For FPGA V2, it always means using the Ethernet/Firewire bridge (i.e., same as "udpfw" or "ethfw"). Another way to look at this is that "udpfw" and "ethfw" are only relevant for FPGA V3, in which case there is no backward compatibility issue. Maybe it wasn't obvious in the code that the software would still use Firewire if you specify "udp" on a V2 system. |
…nds response packet when data ready)
Changes for Ethernet-only network (FPGA V3), with option to force use of Ethernet/Firewire bridge.