Skip to content

Buffer Repeater/Buffer Spliter #72

@ineskhou

Description

@ineskhou

Currently, when we run the FileHandler, we can either run it directly through the radio or through the uart, but not both at once which makes testing difficult.

The splitter component splits stack data into 2 paths, but the File Handler uses a buffer and not stack data with uses a pointer and not data on the stack. There are two options to fix this. One would be to copy the buffer it which would sent it down both paths or send it down one path and then send it down another path (Buffer repeater).

Metadata

Metadata

Assignees

Projects

Status

V0.3 | Buying Down Operational Risk

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions