lexus2k / tinyproto

Tiny Software Protocol for communication over UART, SPI, etc
GNU General Public License v3.0
225 stars 51 forks source link

Add higher level of Tiny Protocol to support request/responses functionality #1

Closed lexus2k closed 7 years ago

lexus2k commented 8 years ago

Add higher level of Tiny Protocol to support request/responses functionality. At present tiny_layer2 supports only sending packets without acknowledges. The main idea is to add next level of Tiny Protocol stack to add such communication. It is assumed that uid support of low level will be used to implement next level of communication.

lexus2k commented 7 years ago

Half Duplex API is added. Please, refer to documentation