]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Wed, 17 Jan 2024 00:01:39 +0000 (18:01 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 17 Jan 2024 00:01:39 +0000 (18:01 -0600)
commitae416e87d9f3239f02c47df7f3fbaf73de0aaa03
treecd24b4a998d886ad3c731c3c5d2545316665ff61
parentff9f2d4f8c03e3922496eee6f226e31a6573eca7
Progress: Further work in TacocaT.

This strongly moves in the direction of setting up sending and receiving the different packets.
This includes handling of multiple packet parts.

None of this is ready yet, but progress is being made.
There is currently a strong focus on getting the FSS Payload processing code wrapped up, working, and tested.
17 files changed:
data/build/tacocat/dependencies
data/build/tacocat/settings
sources/c/tacocat/main/common/define.h
sources/c/tacocat/main/common/enumeration.h
sources/c/tacocat/main/common/print.c
sources/c/tacocat/main/common/print.h
sources/c/tacocat/main/common/type.c
sources/c/tacocat/main/common/type.h
sources/c/tacocat/main/packet.c [new file with mode: 0644]
sources/c/tacocat/main/packet.h [new file with mode: 0644]
sources/c/tacocat/main/print/error.c
sources/c/tacocat/main/process.c
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