bittorrent_dht 0.0.12 copy "bittorrent_dht: ^0.0.12" to clipboard
bittorrent_dht: ^0.0.12 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

With Flutter:

 $ flutter 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.12

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:bittorrent_dht/bittorrent_dht.dart';
1
likes
150
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

b_encode_decode, collection, dtorrent_common, events_emitter2, logging, meta

More

Packages that depend on bittorrent_dht