ipbus / ipbus-firmware

Firmware that implements a reliable high-performance control link for particle physics electronics, based on the IPbus protocol
https://ipbus.web.cern.ch
Other
41 stars 32 forks source link

Move UDP modules to separate directory from transport-agnostic core modules #97

Closed tswilliams closed 5 years ago

tswilliams commented 5 years ago

Since new transport layer interfaces for the IPbus transactor have been developed - e.g. the PCIe interface, described in #96 - it makes sense to move the UDP-transactor interface to a separate directory from the transport-agnostic core modules

Initial proposal: New directory is components/ipbus_transport_udp; suggestions for alternative names are welcome

tswilliams commented 5 years ago

All done in PR #98; final set of changes:

Closing now.