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 | |
| 15 | ``nlsr`` is a daemon that implements routing protocol in NDN to populates NDN's Routing |
| 16 | Information Base. |
| 17 | |
| 18 | Options: |
| 19 | -------- |
| 20 | |
| 21 | |
| 22 | ``-d`` |
| 23 | Run in daemon mode |
| 24 | |
| 25 | ``-f <FILE>`` |
| 26 | Specify configuration file name (default: ``./nlsr.conf``) |
| 27 | |
| 28 | ``-V`` |
| 29 | Display version information |
| 30 | |
| 31 | ``-h`` |
| 32 | Display this help message |
| 33 | |
| 34 | Examples |
| 35 | -------- |
| 36 | |
| 37 | To run NLSR daemon and use a configuration file from the ``/path/to`` directory. |
| 38 | |
| 39 | :: |
| 40 | |
| 41 | nlsr -f /path/to/nlsr.conf |
| 42 | |
| 43 | To run NLSR as daemon, use the ``-d`` flag: |
| 44 | |
| 45 | :: |
| 46 | |
| 47 | nlsr -d |