|
|
|
|
|
by rakoo
4568 days ago
|
|
Far simpler yet readable, there is the tried and tested bencode [0], or tnetstrings [1]. There are a little less efficient than pure-binary (especially regarding integers) and have less features, but are easier to read and write, even for a human, in my opinion. [0] http://en.wikipedia.org/wiki/Bencode
[1] http://tnetstrings.org/ |
|