-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to 10.1.1, demonstrate use of library
- Loading branch information
jakebeal
committed
Nov 15, 2016
1 parent
8ce1ed0
commit 71ff604
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
Creating grid network | ||
Executing round 0 | ||
The leader is at 5 | ||
The leader's count is: 3.0 | ||
Executing round 1 | ||
Hello from the leader to its neighbor at 1 | ||
Hello from the leader to its neighbor at 4 | ||
The leader is at 5 | ||
The leader's count is: 2.0 | ||
Hello from the leader to its neighbor at 6 | ||
Hello from the leader to its neighbor at 9 | ||
Executing round 2 | ||
Hello from the leader to its neighbor at 1 | ||
Hello from the leader to its neighbor at 4 | ||
The leader is at 5 | ||
The leader's count is: 1.0 | ||
Hello from the leader to its neighbor at 6 | ||
Hello from the leader to its neighbor at 9 | ||
Finished executing |