Commit 0f1be9
2026-04-20 11:15:41 David Marsh: -/-| /dev/null .. mesh/my commands.md | |
| @@ 0,0 1,29 @@ | |
| + | # My Commands |
| + | |
| + | These are commands I run on every repeater, and pretty much the order I run them in: |
| + | |
| + | ``` |
| + | # Show the version |
| + | ver |
| + | |
| + | # Show the board |
| + | board |
| + | |
| + | # Sync the clock |
| + | clock sync |
| + | |
| + | # Use 2 byte hash size |
| + | set path.hash.mode 1 |
| + | |
| + | # Do a zero hop advert so all my companions know about this node |
| + | advert.zerohop |
| + | |
| + | # Discover zero hop neighbors |
| + | discover.neighbors |
| + | |
| + | # Set the flood advert interval |
| + | set flood.advert.interval 19 |
| + | |
| + | # Set the zero hop interval |
| + | set advert.interval 238 |
| + | ``` |