aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-11-08 17:09:37 -0500
committersotech117 <michael_foiani@brown.edu>2023-11-08 17:09:37 -0500
commita571eee893bc308a75e66f37f908752bb1cbb321 (patch)
treeed686335c49187fe6ca89e46947272a6f1a4b645
parent769ca4eb7eb8a01e7eed450102f9fac66bb9edae (diff)
make linear lnx
-rw-r--r--linear-r1h2/binaries.example.json11
-rw-r--r--linear-r1h2/nodes.json5
-rwxr-xr-xvhostbin3179281 -> 3181890 bytes
-rwxr-xr-xvrouterbin3146420 -> 3164418 bytes
4 files changed, 16 insertions, 0 deletions
diff --git a/linear-r1h2/binaries.example.json b/linear-r1h2/binaries.example.json
new file mode 100644
index 0000000..1888a6b
--- /dev/null
+++ b/linear-r1h2/binaries.example.json
@@ -0,0 +1,11 @@
+{
+ "h1": {
+ "binary_path": "./vhost"
+ },
+ "h2": {
+ "binary_path": "./vhost"
+ },
+ "r1": {
+ "binary_path": "./vrouter"
+ }
+} \ No newline at end of file
diff --git a/linear-r1h2/nodes.json b/linear-r1h2/nodes.json
new file mode 100644
index 0000000..6accf5f
--- /dev/null
+++ b/linear-r1h2/nodes.json
@@ -0,0 +1,5 @@
+{
+ "h1": "host",
+ "h2": "host",
+ "r1": "router"
+} \ No newline at end of file
diff --git a/vhost b/vhost
index 2397f1e..1ddd11e 100755
--- a/vhost
+++ b/vhost
Binary files differ
diff --git a/vrouter b/vrouter
index f347322..6ebcda2 100755
--- a/vrouter
+++ b/vrouter
Binary files differ