Skip to content

Commit

Permalink
added variable filter to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnavaghosh04 committed Mar 9, 2024
1 parent 803c831 commit f0babbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
- `ESTTC Framer`
- `ESTTC Deframer`
- `Tagged Stream Fixed Length Padder`
- `Variable Filter`
- Marked `HERON RX BB` block as deprecated

## Features

- `ESTTC Header Format` is the first step in a new method of deframing ESTTC frames. The hope is to utilize GNURadio's inbuilt digital modules to do most of the dirty work. This will make the code much more readable and maintainable in addition to being smaller.
- `ESTTC Framer` and `ESTTC Deframer` are what utilize the `ESTTC Header Format` object to wrap/unwrap messages (specifically PDU's).
- `Tagged Stream Fixed Length Padder` is a hack to ensure packets are properly streamed out of an SDR.
- `Variable Filter` is NOT a signal filter, but rather a message filter (the messages represent variables to be changed).

# v2.0.0

Expand Down

0 comments on commit f0babbe

Please sign in to comment.