Build robust peer-to-peer applications with a feature-complete C++ BitTorrent implementation designed for maximum efficiency and scalability. Whether developing for resource-constrained embedded devices or powerful desktop environments, this library provides a well-documented, highly optimized interface that is exceptionally easy to use.
The primary goals focus on delivering high performance with minimal overhead:
Released under a permissive open-source license, it allows integration into proprietary projects without requiring source code disclosure, provided proper credit is given.
services:
libtorrent:
image: emmercm/libtorrent:latest
container_name: libtorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./data:/data
restart: unless-stopped
# Keep the container running for interactive use or script execution
tty: true
stdin_open: true# No sensitive environment variables are required for this configuration.
# You can add custom variables here if needed.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago