Skip to content

dancysoft/bittorrent

Repository files navigation

Allegro CL BitTorrent client

To load do

:ld load.cl

Then:

(bdecode-file "filename.torrent")

which will return a 'dict' struct. Use (dict-get "announce" dict) to get the primary tracker. Use (dict-get "announce-list" dict) to get a list of other trackers (which may include the primary tracker).

About

Allegro CL BitTorrent client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published