Skip to content

Sgawrys/JavaBencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaBencoder

###Currently still a work in progress

Quick and dirty bencoding implementation in Java.

Bencoding - Wikipedia entry describing what this does. Bencoding from the BitTorrent specification


Examples

Integer

4 -> "i4e"

Strings

"test" -> "4:test"

Lists

("Test", 4, "Bencoding") -> "l4:Testi4e9:Bencodinge"

Dictionaries

("Test" : 4, "Bencoding" : 5) -> "d4:Testi4e9:Bencodingi5ee"


What features to complete

  • Get decoding finished

About

Bencoding written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages