Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 1 | nlsr |
| 2 | ==== |
| 3 | |
| 4 | Usage |
| 5 | ----- |
| 6 | |
| 7 | :: |
| 8 | |
| 9 | nlsr [options] |
| 10 | |
| 11 | |
| 12 | Description |
| 13 | ----------- |
| 14 | |
dmcoomes | cf8d0ed | 2017-02-21 11:39:01 -0600 | [diff] [blame^] | 15 | ``nlsr`` is a process that implements routing protocol in NDN to populate NDN's Routing |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 16 | Information Base. |
| 17 | |
| 18 | Options: |
| 19 | -------- |
| 20 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 21 | ``-f <FILE>`` |
| 22 | Specify configuration file name (default: ``./nlsr.conf``) |
| 23 | |
| 24 | ``-V`` |
| 25 | Display version information |
| 26 | |
| 27 | ``-h`` |
| 28 | Display this help message |
| 29 | |
| 30 | Examples |
| 31 | -------- |
| 32 | |
dmcoomes | cf8d0ed | 2017-02-21 11:39:01 -0600 | [diff] [blame^] | 33 | To run NLSR and use a configuration file from the ``/path/to`` directory. |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 34 | |
| 35 | :: |
| 36 | |
| 37 | nlsr -f /path/to/nlsr.conf |