UNPKG
luby
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Generate fountain codes / erasure codes (Luby Transform, robust)
luby
/
README.md
16 lines
(11 loc)
•
178 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
to run tests and play
with
the lib,
``
` npm install npm run watch npm run test `
``
switch
between the encode / decode code
in
test.
ts
to build the lib,
``
` npm run build `
``