-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial implementation of FINDER message on RX
- Loading branch information
Showing
2 changed files
with
65 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
These unit tests only work on Maple. | ||
These unit tests only work on Maple. This test runs on a Maple, | ||
as node #00. One other node is expected on node #01, running the | ||
"unit_rx" sketch, which runs on Arduino. | ||
|
||
In the future, it would be interesting to write a test which enumerated | ||
the entire tree. Each node could implement a "child finder", where it | ||
sends a message to each child. Upon receiving the message, each child | ||
sends the message out to ITS children, AND sends a "Hello" to the base node. | ||
|
||
This requires a 'F' finder request. For the response, we can re-use | ||
the 'E' echo response. The 'E' echo system presumes that the base is | ||
the requestor and the RX nodes are the responder. |
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