Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
baudot.ts File Reference

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"
 

Detailed Description

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.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file baudot.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 12 of file baudot.ts.