summaryrefslogtreecommitdiff
path: root/CONFIGURE.md
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-20 16:47:01 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-20 16:47:01 -0700
commit406e48e3be8969ef7292ee47eefd7636f0c9ce07 (patch)
treedcb7b7ecdc778a2b9788140708cf3a4003603904 /CONFIGURE.md
parent47f8f849e619675cdc0904cc11bc94a6468b4f48 (diff)
downloadrvi_core-406e48e3be8969ef7292ee47eefd7636f0c9ce07.tar.gz
Updated documentation for p2p demo
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'CONFIGURE.md')
-rw-r--r--CONFIGURE.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CONFIGURE.md b/CONFIGURE.md
index 5c1f0d1..0974f98 100644
--- a/CONFIGURE.md
+++ b/CONFIGURE.md
@@ -143,7 +143,7 @@ An example entry is given below:
The external rvi node address is the address, as seen from the outside
world, where this node's data link can be contacted. In IP based
networks, this is usually a ```hostname:port``` value. In SMS-only
-networks, this would be the MSISDN of the node's mobile subscription.
+networks, this will be the MSISDN of the node's mobile subscription.
Any traffic directed to the given address should be forwarded to the
Data Link component.
@@ -252,6 +252,13 @@ An example entry is gven below:
*Please note that IP addresses, not DNS names, should be used in all
network addresses.*
+**Please note that all nodes configured in ```static_nodes``` must be
+up and running, listening on their specified addresses, before the
+node with the ```static_nodes``` configuration entry comes up. All
+static nodes are connected to during the startup sequence, and if one
+or more are not available, the startup sequence will fail. This will
+be fixed in future versions.**
+
# SPECIFY SERVICE EDGE URL #