Debug Mode - rwth-acis/las2peer-template-project GitHub Wiki
As of las2peer 0.7, las2peer provides a debugging mode for development purposes:
- the node will listen to localhost only (thus no internet connection is needed to launch the node)
- a free port will be picked automatically
- the node storage will be in-memory only
Parameters such as storage-mode
, port
and node-id-seed
will have no effect.
Please note that the sandbox
(see sandbox) option is orthogonal and is not affected by debug
.