blob: 3dd0927aa3e8f14de9bd8925e8e3e30896ff925b [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
15``nlsr`` is a daemon that implements routing protocol in NDN to populates NDN's Routing
16Information Base.
17
18Options:
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
34Examples
35--------
36
37To run NLSR daemon and use a configuration file from the ``/path/to`` directory.
38
39::
40
41 nlsr -f /path/to/nlsr.conf
42
43To run NLSR as daemon, use the ``-d`` flag:
44
45::
46
47 nlsr -d