aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-String-LRC/pkg-descr
blob: 0f8a3c94e1485136b716c4df9d6555a6de393a88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LRC - Perl interface for longitudinal redundancy check generation

The Longitudinal Redundancy Check (LRC) is a one byte character,
commonly used as a byte-field in data transmission over analog systems.

Most commonly, in STX-ETX bounded strings sent in financial protocols.
Following some previous experience with such protocols, I wrote
an LRC function in perl and later decided to re-write in C
for efficiency.  The result is this module String::LRC,
which generates this aforementioned byte.

Commonly used in financial protocols as follows with ETX (ASCII 03)
appended to LRC sum and packets after the STX (ASCII 02), payload,
and ETX chars.

WWW: https://metacpan.org/release/String-LRC