bittorrent_dht 0.0.11 copy "bittorrent_dht: ^0.0.11" to clipboard
bittorrent_dht: ^0.0.11 copied to clipboard

outdated

A DHT protocal implemented by Dart. This package implemented BEP-0005 for torrent client

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bittorrent_dht

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

dependencies:
  bittorrent_dht: ^0.0.11

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

Import it

Now in your Dart code, you can use:

import 'package:bittorrent_dht/bittorrent_dht.dart';
2
likes
0
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

A DHT protocal implemented by Dart. This package implemented BEP-0005 for torrent client

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

b_encode_decode, collection, dtorrent_common, events_emitter2, meta

More

Packages that depend on bittorrent_dht