-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix message formats Attach GenServers to Registry Add files for testing
- Loading branch information
1 parent
c7997a6
commit 8242cbf
Showing
33 changed files
with
709 additions
and
179 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.