aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 25d79fd..db3211a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# Rumba: A framework to install, bootstrap a RINA network
+# Rumba: A framework to bootstrap a RINA network on a testbed
Rumba is part of ARCFIRE 2020, Work Package 3. It is a framework in
-Python which allows user to write a Python script to define a RINA
+Python which allows a user to write a Python script to define a RINA
network. The physical graph needed for this RINA network is then
calculated and realised on one of the supported testbeds. Next, if the
user requests this, one of the supported RINA prototypes is
@@ -128,6 +128,9 @@ folder.
$ eval `ssh-agent`
$ ssh-add /home/morty/cert.pem
+ Pay attention to run your rumba script in the same terminal used for the
+ previous commands, without changing the user (e.g. using su or sudo).
+
## Accessing nodes after swap-in
To access a node once the experiment swapped in, use the following
@@ -135,4 +138,5 @@ folder.
$ rumba-access $NODE_NAME
- Where $NODE_NAME is the name of the node to access. \ No newline at end of file
+ Where $NODE_NAME is the name of the node to access.
+