|
Asper Header
1.0.14
The header injector extension
|
Implementation of the Baudot telegraph code. More...
Go to the source code of this file.
Data Structures | |
| class | BaudotCipher |
| Implementation of Baudot telegraph code encoding. More... | |
Variables | |
| import { BaseCipher } from "../base/baseCipher" | |
Implementation of the Baudot telegraph code.
The Baudot code is a 5-bit character encoding used in early telegraph systems. This implementation uses Morse code patterns for demonstration. Named after Émile Baudot who developed the printing telegraph.
Definition in file baudot.ts.
| import { BaseCipher } from "../base/baseCipher" |