bittorrent-tracker icon indicating copy to clipboard operation
bittorrent-tracker copied to clipboard

🌊 Simple, robust, BitTorrent tracker (client & server) implementation

Results 28 bittorrent-tracker issues
Sort by recently updated
recently updated
newest added

Hi There Just a little featurerequest. Is it possible on /stats website, that theres 3 additional lines for ``` [count] UDP Tracker [count] HTTP Tracker [count] WS Tracker ``` greets

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ws](https://togithub.com/websockets/ws) | [`^7.4.5` -> `^8.0.0`](https://renovatebot.com/diffs/npm/ws/7.5.9/8.8.1) | [![age](https://badges.renovateapi.com/packages/npm/ws/8.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

**What is the purpose of this pull request? (put an "X" next to item)** [ x] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please...

I'm trying to setup a tracker and I am running into problems with dev ops. Everything tests fine in local but can't connect to a public server. **Works:** - [x]...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

accepted

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`18.0.1` -> `19.0.3`](https://renovatebot.com/diffs/npm/semantic-release/18.0.1/19.0.3) | [![age](https://badges.renovateapi.com/packages/npm/semantic-release/19.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

security

Currently, README.md just has example usage. We should add full API docs because there are several public methods that are available but not shown in the examples. For instance, `server.getSwarm()`.

client
server
help wanted
accepted

P2P technologies should be scalable and efficient when it goes to high loads. The goal is to rewrite the code to be able to use [uWebSockets.js](https://github.com/uNetworking/uWebSockets.js) HTTP/HTTPS/WebSocket server as an...

enhancement

**What version of this package are you using?** 9.15.0 **What operating system, Node.js, and npm version?** 14.15.1 **What happened?** The following exception is raised: ```javascript node_modules/bittorrent-tracker/lib/client/websocket-tracker.js:380 delete self.peers[offerId] ^ TypeError:...

bug

#### Currently The current implementation of the websocket tracker is based on: - One process - In-memory database This is ok-ish for an HTTP and UDP tracker, since none of...

enhancement
server
help wanted