fountain_codes 1.0.0 copy "fountain_codes: ^1.0.0" to clipboard
fountain_codes: ^1.0.0 copied to clipboard

Pure Dart LT Codes and RaptorQ (RFC 6330) fountain codes implementation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fountain_codes

With Flutter:

 $ flutter pub add fountain_codes

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fountain_codes: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fountain_codes/fountain_codes.dart';
0
likes
125
points
23
downloads

Documentation

API reference

Publisher

verified publisherdivan.dev

Weekly Downloads

Pure Dart LT Codes and RaptorQ (RFC 6330) fountain codes implementation

Repository (GitHub)
View/report issues

Topics

#encoding #erasure-codes #raptorq #error-correction

License

unknown (license)

Dependencies

collection, crypto

More

Packages that depend on fountain_codes