utp 0.0.1 copy "utp: ^0.0.1" to clipboard
utp: ^0.0.1 copied to clipboard

outdated

uTP library wirtten by Dart. It implements BitTorren BEP0029 Specification.

example/utp_example.dart

import 'dart:math';

import 'package:utp/utp.dart';

void main() {
  var test = '11111111111111111111111111111111';
  print(DateTime.now().millisecondsSinceEpoch);
  print(4 * pow(2, 4));
  print(pow(2, 4));
  print(int.parse(test, radix: 2));
}
2
likes
0
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

uTP library wirtten by Dart. It implements BitTorren BEP0029 Specification.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on utp