Skip to content

Commit

Permalink
Multiple fixes
Browse files Browse the repository at this point in the history
Fix message formats
Attach GenServers to Registry
Add files for testing
  • Loading branch information
Androoideka committed Jul 25, 2022
1 parent c7997a6 commit 8242cbf
Show file tree
Hide file tree
Showing 33 changed files with 709 additions and 179 deletions.
Binary file added Dokumentacija za KiDS projekat.pdf
Binary file not shown.
23 changes: 22 additions & 1 deletion config0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strongLimit": 1000,
"jobs": [
{
"name": "triangle",
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
Expand All @@ -25,6 +25,27 @@
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
23 changes: 22 additions & 1 deletion config1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strongLimit": 1000,
"jobs": [
{
"name": "triangle",
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
Expand All @@ -25,6 +25,27 @@
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
23 changes: 22 additions & 1 deletion config2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strongLimit": 1000,
"jobs": [
{
"name": "triangle",
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
Expand All @@ -25,6 +25,27 @@
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
25 changes: 23 additions & 2 deletions config3
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"port": 1100,
"port": 1400,
"bootstrapIpAddress": "192.168.0.29",
"bootstrapPort": 2000,
"weakLimit": 500,
"strongLimit": 1000,
"jobs": [
{
"name": "triangle",
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
Expand All @@ -25,6 +25,27 @@
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
51 changes: 51 additions & 0 deletions config4
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"port": 1500,
"bootstrapIpAddress": "192.168.0.29",
"bootstrapPort": 2000,
"weakLimit": 500,
"strongLimit": 1000,
"jobs": [
{
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 0
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
51 changes: 51 additions & 0 deletions config5
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"port": 1600,
"bootstrapIpAddress": "192.168.0.29",
"bootstrapPort": 2000,
"weakLimit": 500,
"strongLimit": 1000,
"jobs": [
{
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 0
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
51 changes: 51 additions & 0 deletions config6
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"port": 1700,
"bootstrapIpAddress": "192.168.0.29",
"bootstrapPort": 2000,
"weakLimit": 500,
"strongLimit": 1000,
"jobs": [
{
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 0
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
51 changes: 51 additions & 0 deletions config7
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"port": 1800,
"bootstrapIpAddress": "192.168.0.29",
"bootstrapPort": 2000,
"weakLimit": 500,
"strongLimit": 1000,
"jobs": [
{
"name": "upside_triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 0
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 0
}
]
},
{
"name": "triangle",
"pointCount": 3,
"p": 0.3,
"width": 200,
"height": 200,
"mainPoints": [
{
"x": 0,
"y": 199
},
{
"x": 99,
"y": 99
},
{
"x": 199,
"y": 199
}
]
}
]
}
Loading

0 comments on commit 8242cbf

Please sign in to comment.