An open API service indexing awesome lists of open source software.

https://github.com/johnnei/javatorrent

BitTorrent Protocol implementation in Java
https://github.com/johnnei/javatorrent

bittorrent bittorrent-protocol java torrent

Last synced: 8 months ago
JSON representation

BitTorrent Protocol implementation in Java

Awesome Lists containing this project

README

          

# JavaTorrent
[![Java Version](https://img.shields.io/badge/Java-11-success)](https://git.johnnei.org/Johnnei/JavaTorrent/-/blob/update-readme/pom.xml)
[![Build Status](https://git.johnnei.org/Johnnei/JavaTorrent/badges/develop/pipeline.svg)](https://git.johnnei.org/Johnnei/JavaTorrent/-/pipelines)
[![Coverage](https://sonarqube.johnnei.org/api/project_badges/measure?metric=coverage&project=org.johnnei%3Ajavatorrent)](https://sonarqube.johnnei.org/component_measures?id=org.johnnei%3Ajavatorrent&metric=coverage&view=treemap)
[![Quality Gate](https://sonarqube.johnnei.org/api/project_badges/measure?metric=alert_status&project=org.johnnei%3Ajavatorrent)](https://sonarqube.johnnei.org/dashboard?id=org.johnnei%3Ajavatorrent)
[![Released Version](https://img.shields.io/maven-central/v/org.johnnei/javatorrent)](https://search.maven.org/search?q=g:org.johnnei%20javatorrent)

Java Torrent is a BitTorrent Protocol implementation in Java which aims to provide a highly configurable BitTorrent library. The library is well featured with
extensions on the BitTorrent Protocol to allow high compatibility with popular torrent applications.

## Information
- [Documentation](https://johnnei.johnnei.org/JavaTorrent)
- [Issue Tracker](https://jira.johnnei.org/browse/JBT)