Alexander Afanasyev | 4d32516 | 2012-06-01 12:28:50 -0700 | [diff] [blame] | 1 | .. ndnSIM: NS-3 based NDN simulator documentation master file |
| 2 | |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 3 | Welcome |
| 4 | ======= |
| 5 | |
| 6 | The ndnSIM is NS-3 module that implements Named Data Networking (NDN) communication model, the clean slate Internet design. ndnSIM is specially optimized for simulation purposes and has a cleaner and more extensible internal structure comparing to the existing NDN implementation (NDNx). |
Alexander Afanasyev | 4d32516 | 2012-06-01 12:28:50 -0700 | [diff] [blame] | 7 | |
Alexander Afanasyev | e685212 | 2013-01-21 11:54:47 -0800 | [diff] [blame] | 8 | We invite you to `join our mailing list <http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim>`_ to see and participate in discussions about ndnSIM implementation and simulations in general (`mailing list archives <http://www.lists.cs.ucla.edu/pipermail/ndnsim/>`_). |
Alexander Afanasyev | 9c0794a | 2012-12-10 01:02:33 -0800 | [diff] [blame] | 9 | |
Alexander Afanasyev | 4d32516 | 2012-06-01 12:28:50 -0700 | [diff] [blame] | 10 | Contents: |
| 11 | |
| 12 | .. toctree:: |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 13 | :maxdepth: 4 |
Alexander Afanasyev | 4d32516 | 2012-06-01 12:28:50 -0700 | [diff] [blame] | 14 | |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 15 | intro |
| 16 | getting-started |
| 17 | helpers |
| 18 | cs |
| 19 | fw |
| 20 | applications |
| 21 | |
| 22 | .. toctree:: |
| 23 | :maxdepth: 2 |
| 24 | |
| 25 | examples |
| 26 | metric |
| 27 | ndnsim-packet-formats |
| 28 | faq |
| 29 | ndnsim-research-papers |
| 30 | |
| 31 | .. toctree:: |
| 32 | :hidden: |
| 33 | :glob: |
| 34 | |
| 35 | new-packet-formats |
| 36 | meta/* |
| 37 | |
Alexander Afanasyev | 9fb2e3d | 2013-03-30 21:11:07 -0700 | [diff] [blame] | 38 | |
Alexander Afanasyev | 4cd50e3 | 2013-04-22 18:32:31 -0700 | [diff] [blame] | 39 | ------- |
| 40 | |
Alexander Afanasyev | f34fe56 | 2013-08-09 17:16:12 -0700 | [diff] [blame] | 41 | If you refer to ndnSIM in a published work, please cite the following paper, not just the ndnSIM website. Thank you! |
Alexander Afanasyev | 4cd50e3 | 2013-04-22 18:32:31 -0700 | [diff] [blame] | 42 | **A. Afanasyev, I. Moiseenko, and L. Zhang, "ndnSIM: NDN simulator for NS-3," NDN, Technical Report NDN-0005, 2012** (`BibTex <http://lasr.cs.ucla.edu/afanasyev/bibwiki/bibtex/367>`_) |
| 43 | |
| 44 | .. * :ref:`search` |