Skip to content
/ DHT Public

A BitTorrent distributed hash table implementation in Swift

License

Notifications You must be signed in to change notification settings

bluk/DHT

DHT

A Swift package to help use the BitTorrent Distributed Hash Table.

Usage

Swift Package Manager

Add this package to your Package.swift dependencies and target's dependencies:

import PackageDescription

let package = Package(
    name: "Example",
    dependencies: [
        .package(
            url: "https://github.com/bluk/DHT",
            from: "0.1.0"
        ),
    ],
    targets: [
        .target(
            name: "YourProject",
            dependencies: ["DHT"]
        )
    ]
)

License

Apache-2.0 License

About

A BitTorrent distributed hash table implementation in Swift

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages