fsfw/src/fsfw/osal
Robin Mueller 09299802f0
TCP refactoring
This refactoring keeps the TCP connection opened until the client closes
it. It also increased the robustness of the TCP reception.

Because TCP is stream based and usually applied to newline separated
data, a special way to handle binary space packets is required.

The new SpacePacketParser class takes care of this by taking TC packet
IDs as as optional start markers to parse for space packets in a given
buffer.

The refactored TCP server uses a ring buffer, a reception buffer and the
new parser to extract space packets from a stream in a safer way.
2021-09-28 15:01:01 +02:00
..
common TCP refactoring 2021-09-28 15:01:01 +02:00
freertos Merge remote-tracking branch 'origin/development' into mueller/master 2021-07-27 13:12:00 +02:00
host trying to fuse header / inc 2021-07-19 16:25:51 +02:00
linux minor improvement for printout 2021-08-02 16:19:37 +02:00
rtems added binary semaphore header stub 2021-07-19 18:40:35 +02:00
windows trying to fuse header / inc 2021-07-19 16:25:51 +02:00
CMakeLists.txt trying to fuse header / inc 2021-07-19 16:25:51 +02:00
Endiness.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00
InternalErrorCodes.h trying to fuse header / inc 2021-07-19 16:25:51 +02:00