mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
bencode
This commit is contained in:
parent
fe3e69ef38
commit
e7feef1cd0
1 changed files with 8 additions and 0 deletions
|
@ -254,6 +254,14 @@ you can't edit them manually and you can't produce valid messages
|
|||
by replacing variables in a simple text template. You depend on
|
||||
specialized parsers and renderers to be provided.
|
||||
|
||||
There's also
|
||||
|
||||
- Bittorrent's bencode
|
||||
|
||||
This format is formally text-based, but not easy to read as it doesn't
|
||||
have any visual separators and isn't easy to edit as everything is
|
||||
prefixed by lengths even for very short items.
|
||||
|
||||
* Further Reading
|
||||
|
||||
http://about.psyc.eu/Spec:Syntax provides you with the ABNF grammar
|
||||
|
|
Loading…
Reference in a new issue