Skip to content
This repository was archived by the owner on Dec 19, 2020. It is now read-only.

bahlo/bencode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bencode GoDoc Build Status

Wikipedia about Bencode:

Bencode (pronounced like B encode) is the encoding used by the peer-to-peer
file sharing system BitTorrent for storing and transmitting loosely structured
data.

It supports four different types of values:

- byte strings,
- integers,
- lists, and
- dictionaries (associative arrays).

Bencoding is most commonly used in torrent files. These metadata files are
simply bencoded dictionaries.

For more information review the Bencode spec.

License

Bencode is licensed under MIT, for more information see LICENSE.

About

Decode bencoded data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages