]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Thu, 28 Dec 2023 05:10:21 +0000 (23:10 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 28 Dec 2023 05:10:21 +0000 (23:10 -0600)
commit297cca986416d0bc8db711d754149948fb66610c
tree999c400487ff5eac9a7014e0575ffd488e1ace0b
parent445f276018511db52de37babae2fefe7ad60f8af
Progress: Further work in TacocaT.

I have confirmed that the send and receive to/from tacocat works.
This does send and receive with the current code but the written data writes the entire packet rather than just the payload.
This behavior will change.

This begins changing the design to make the receive consistent with some design differences from the send.
The received packet needs to be processed using the appropriate FSS functions.
Much of this is commented out next to where the work needs to be done.
12 files changed:
data/build/tacocat/dependencies
data/build/tacocat/settings
sources/c/tacocat/main/common.c
sources/c/tacocat/main/common/define.h
sources/c/tacocat/main/common/enumeration.h
sources/c/tacocat/main/common/type.c
sources/c/tacocat/main/common/type.h
sources/c/tacocat/main/receive.c
sources/c/tacocat/main/receive.h
sources/c/tacocat/main/send.c
sources/c/tacocat/main/send.h
sources/c/tacocat/main/tacocat.h