Skip to content

Commit

Permalink
Merge pull request #381 from leondavi/nn_tiles
Browse files Browse the repository at this point in the history
Nn tiles
  • Loading branch information
leondavi authored Aug 5, 2024
2 parents fb4fb1e + f9569da commit e2f3fbd
Show file tree
Hide file tree
Showing 15 changed files with 1,880 additions and 3 deletions.
9 changes: 9 additions & 0 deletions inputJsonsFiles/ConnectionMap/conn_4Router12Client4S.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"connectionsMap":
{
"r1":["apiServer","mainServer", "c1", "s1", "r2","c2","c3"],
"r2":["c4", "s2","r3","c7","c12"],
"r3":["c5","s3" ,"r4","c8","c11"],
"r4":["c6","s4", "r1","c9","c10"]
}
}
9 changes: 9 additions & 0 deletions inputJsonsFiles/ConnectionMap/conn_4Router4Client4S.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"connectionsMap":
{
"r1":["apiServer","mainServer", "c1", "s1", "r2"],
"r2":["c2", "s2","r3"],
"r3":["c3","s3" ,"r4"],
"r4":["c4","s4", "r1"]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"connectionsMap":
{
"r1":["apiServer","mainServer", "c1", "s1", "r2"],
"r2":["c2", "s2","r3"],
"r3":["c3","s3" ,"r4","c1"],
"r4":["c4","c2","s4", "r1"]
}
}
Loading

0 comments on commit e2f3fbd

Please sign in to comment.