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 f926cf2
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 282 deletions.
21 changes: 21 additions & 0 deletions examples/address_book/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ToDo: Decode fields in any order.

.. code-block:: text
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 f926cf2

Please sign in to comment.