Skip to content

arvidsigvardsson/Bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS framework for bencode used in the Bittorrent protocol

Early version does basic encoding and decoding of bencode, via the parse and serialize functions, and includes rudimentary error handling via optional return types.

TODO
  • Bencode dictionary is currently represented as Swift Dictionary<String:Any> but should probably be Array<(String, Any)>, to maintain ordering of dictionary entries
  • Create tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published