blob: c047bf283df0461a796ff3fdcd7899d188134bd7 [file] [log] [blame]
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -07001nlsr
2====
3
4Usage
5-----
6
7::
8
9 nlsr [options]
10
11
12Description
13-----------
14
dmcoomescf8d0ed2017-02-21 11:39:01 -060015``nlsr`` is a process that implements routing protocol in NDN to populate NDN's Routing
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -070016Information Base.
17
18Options:
19--------
20
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -070021``-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
30Examples
31--------
32
dmcoomescf8d0ed2017-02-21 11:39:01 -060033To run NLSR and use a configuration file from the ``/path/to`` directory.
Alexander Afanasyev7decbbf2014-08-24 21:29:01 -070034
35::
36
37 nlsr -f /path/to/nlsr.conf