libcyphal icon indicating copy to clipboard operation
libcyphal copied to clipboard

Design of transport layer

Open thirtytwobits opened this issue 3 years ago • 1 comments

  1. No dynamic memory except for I/O buffers
  2. Must be fully functional on top of media layer (i.e. shall not need application layer to send and receive transfers.
  3. Use pyuavcan as inspireation
  4. See CONTRIBUTING.md for the overall design discussion for this library

Output should include definition of API for transport layer and supporting documentation.

thirtytwobits avatar Jul 24 '21 17:07 thirtytwobits

Hey all. Apologies but due to increased academic commitments, I won't be able to complete this. If anything changes later on, I will reassign myself to the issue, but for now I'm removing myself from it.

coderkalyan avatar Sep 11 '21 05:09 coderkalyan

Done in https://github.com/OpenCyphal-Garage/libcyphal/pull/333

pavel-kirienko avatar Apr 04 '24 12:04 pavel-kirienko