This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bencoded [2010/04/15 02:41] – created lucy | bencoded [2015/08/15 04:21] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Bencoded ===== | ===== Bencoded ===== | ||
| - | **bencode:** | + | bencode: | 
| - | string:  | + |    | 
| + |   integer:  | ||
| + |   list:        l< | ||
| + |   dictionary:  | ||
| - | integer:  | + | example: | 
| - | list:        | + |    | 
| - | + |   integer:  | |
| - | dictionary: d< | + |   list:        l5: | 
| - | + |   dictionary:  | |
| - | **example:** | + | |
| - | + | ||
| - | string:  | + | |
| - | + | ||
| - | integer:  | + | |
| - | + | ||
| - | list:        | + | |
| - | + | ||
| - | dictionary: d4: | + | |