-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README.txt with info about routing Add example routing.txx file Update RF24Gateway.h with documentation info
- Loading branch information
Showing
3 changed files
with
87 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
To enable routing via a routing table, rename the included file "routing.txx" to "routing.txt" | ||
mv ie: routing.txx routing.txt | ||
|
||
For more information on usage, see: | ||
|
||
http://tmrh20.github.io/RF24Gateway | ||
https://github.com/nRF24/RF24Gateway/issues/12 |
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,3 @@ | ||
10.1.5.0 255.255.255.0 10.1.3.33 | ||
10.1.4.0 255.255.255.0 10.1.3.34 | ||
0.0.0.0 0.0.0.0 10.10.3.33 |