Skip to content

ezdiy/lua-bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Name

bencode, lua-bencode or whatever name you call it.

License

While not a license, all files in this repository have been placed in the public domain because the authors do not believe in intellectual property.

Installation

There are three possible ways install it:

  • your distribution has a package for it (unlikely, unless they like lua)
  • use luarocks to install it.
  • copy bencode.lua to some place in package.path by hand

What's it all about?

This is a module for the lua programming language for decoding and encoding bencoded data which can be used to read and write torrent files for bittorrent. More information on bencoding can be found here.

Authors

  • Kristofer Karlsson, who wrote the decoder, islist and isdictionary
  • Moritz Wilhelmy, who wrote the rest and glued everything together

Project Homepage

There is no such thing as a project homepage, you have to live with the bitbucket page, which is located here.

Bugs

bitbucket generously offers issue tracking to projects hosted by them, so please use this facility to report any bugs and features you encounter.

Wiki

Seriously?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages