diff -r 000000000000 -r 2b3e5ec03512 doc/manual/man_dtnd.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/manual/man_dtnd.html Thu Apr 21 14:57:45 2011 +0100 @@ -0,0 +1,41 @@ + + + DTN2 Man pages: dtnd + + + +

dtnd +

+ +

+

NAME +

+

+dtnd - the dtn daemon + +

SYNOPSIS +

+

+To source bundles from stdin: +

+usage: dtnd [opts] +

DESCRIPTION +

+

common options: +

+  -h, --help			show usage
+  -v, --version			print version information and exit
+  -o, --output	<output>	file name for logging output (default - indicates stdout)
+  -l <level>			default log level [debug|warn|info|crit]
+  -s, --seed <seed>	 	random number generator seed
+  -d, --daemonize		run as a daemon
+  -c, --conf <conf>		set the configuration file
+  -t, --tidy			clear database and initialize tables on startup
+  --init-db			initialize database on startup
+  --console-addr <addr>		set the console listening addr (default off)
+  --console-port <port>		set the console listening port (default off)
+  -i <id>			set the test id
+
+ + +