@torrust/torrustaceans had decided to extract all the tracker client functionality into a new package.
packages/
├── clock
├── configuration
├── located-error
├── primitives
├── test-helpers
├── torrent-repository
└── tracker-client (bittorrent-tracker-client) <- the new package
Those binaries will eventually be merged into a single console app with three subcommands.
Relates to:
@torrust/torrustaceans had decided to extract all the tracker client functionality into a new package.
The package will include a lib with the following types:
And three binaries (console apps):
Those binaries will eventually be merged into a single console app with three subcommands.
cc @da2ce7 @mario-nt