Skip to content

Commit

Permalink
Brainstorming.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 21, 2019
1 parent 8875432 commit 20b5ab2
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 282 deletions.
19 changes: 19 additions & 0 deletions examples/address_book/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ToDo: Decode fields in any order.

0a49 # person
0a0a # name(1)
4b616c6c65204b756c61
10 # id(2)
38
1a15 # email(3)
6b616c6c652e6b756c6140666f6f6261722e636f6d
2210 # phones #1 (4)
0a0c # number(1)
2b3436373031323332333435
10 # type(2)
01
2210 # phones #2 (4)
0a0c # number(1)
2b3436393939393939393939
10 # type(2)
02

0 comments on commit 20b5ab2

Please sign in to comment.