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

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.10

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';
1
likes
0
pub points
6%
popularity

Publisher

unverified uploader

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, dtorrent_common, events_emitter2, meta

More

Packages that depend on bittorrent_dht