quietlychris / meadow

Publish/request middleware for robotics applications, with a focus on ease-of-use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement GET for UDP

quietlychris opened this issue · comments

Initial implementation available on dev branch, although docs, tests, and benchmarks need to be updated to support this.

This has also involved some refactoring of the send_msg and await_response structures in UDP that can probably be addressed better in TCP/QUIC implementations as well by moving them out of the respective mod.rs files.

Addressed in 734bc3f