Fix markdown

This commit is contained in:
Manolis Surligas 2016-04-24 14:57:09 +03:00
parent cb1f13b85c
commit e7893a4b98
1 changed files with 5 additions and 3 deletions

View File

@ -37,9 +37,11 @@ Words per Minute (WPM) is about 20.
It was designed having as reference the CC1120 chip, but using properly
the parameters of the FSK encoder/decoder, it can be used as a generic FSK modem.
However the FSK framing format should follow the format:
| Preamble | SYNC Word | Payload length | Payload | CRC |
|:-----------------:|:----------:|:--------------:|:--------:|:-------------:|
| x repeating bytes | x bytes | 1 B, 0-255 | variable | 2 B, optional |
Preamble | SYNC Word | Payload length | Payload | CRC
----------------- | ---------- | -------------- | -------- | -------------
x repeating bytes | y bytes | 1 B, 0-255 | variable | 2 B, optional
The flowgraph transmits messages that are produced from the `Debug Message Source`
block. Furthermore, frame payloads can be derived from a `UDP` message source
block. Just use a tool like `netcat` to deliver arbitrary payloads through