Alexander Afanasyev | 2d600f7 | 2013-11-21 18:20:37 -0800 | [diff] [blame] | 1 | |
| 2 | NDN Common Client Libraries API |
| 3 | =============================== |
| 4 | |
| 5 | This documents the API for the NDN client libraries, showing the classes and method declarations for C++, JavaScript and Python. |
| 6 | |
| 7 | Table of Contents: |
| 8 | |
| 9 | .. toctree:: |
| 10 | name |
| 11 | interest |
| 12 | data |
| 13 | signature |
| 14 | face |
Alexander Afanasyev | 1122501 | 2013-11-21 23:11:10 -0800 | [diff] [blame] | 15 | transport |
Alexander Afanasyev | 1122501 | 2013-11-21 23:11:10 -0800 | [diff] [blame] | 16 | blob |
| 17 | key-chain |
| 18 | details/cpp |
| 19 | :maxdepth: 3 |
Alexander Afanasyev | 2d600f7 | 2013-11-21 18:20:37 -0800 | [diff] [blame] | 20 | |
Alexander Afanasyev | 72d973c | 2013-11-21 23:15:35 -0800 | [diff] [blame^] | 21 | .. toctree:: |
| 22 | details/forwarding-flags |
| 23 | details/tcp-transport |
| 24 | details/udp-transport |
| 25 | details/wire-format |
| 26 | details/binary-xml-wire-format |
| 27 | :maxdepth: 1 |
| 28 | |
Alexander Afanasyev | 2d600f7 | 2013-11-21 18:20:37 -0800 | [diff] [blame] | 29 | |
| 30 | .. Indices and tables |
| 31 | .. ================== |
| 32 | |
| 33 | .. * :ref:`genindex` |
| 34 | .. * :ref:`modindex` |
| 35 | .. * :ref:`search` |
| 36 | |