Commit Graph

3 Commits

Author SHA1 Message Date
Chad Paulson 44b1955227 Adds SwiftTorrent logo. 2026-01-29 05:11:20 -06:00
Chad Paulson 69a885ecdf Add README with build instructions and usage examples
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 04:21:11 -06:00
Chad Paulson 6c8c581517 Implement SwiftTorrent: pure Swift BitTorrent library
Full BEP-3 peer wire protocol, BEP-5 DHT, BEP-15 UDP trackers,
magnet link support, bencode serialization, rarest-first piece
selection, and async session management using SwiftNIO and
swift-crypto. Includes 64 passing unit tests.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 04:17:43 -06:00