feat(sim): add Burning Man DCR/DTP scenario#78
Draft
Komzpa wants to merge 32 commits into
Draft
Conversation
e5376ca to
c8a26b3
Compare
c8a26b3 to
c45de0b
Compare
c45de0b to
9b2b4b8
Compare
9b2b4b8 to
97a6176
Compare
97a6176 to
340d12d
Compare
340d12d to
ab78d06
Compare
7 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the Burning Man-specific remainder from stale PR #33, rebased onto the newer radio-policy stack instead of carrying the old monolithic patch forward.
The old PR #33 mixed several unrelated ideas:
What this PR adds on top of #77:
burningManSim.py, a Burning Man scenario runner with router/client placement, clutter, environmental attenuation, and DCR/DTP toggles;I deliberately did not carry over PR #33's old
lib/signal.py: it was unused in the original branch and now duplicates the newer sharedlib/link_model.pypath with older dict/mock-node APIs.Stack / review note
Draft because this sits at the end of the experimental queue. The useful generic pieces should be reviewed before this:
The diff against
masterwill look large until the lower stack lands. The actual delta overcodex/pr33-remaining-optimizationsis intentionally small:burningManSim.py, per-node TX power plumbing, and tests.Validation
/home/kom/proj/lora/Meshtasticator/.venv/bin/python -m unittest discover -s tests -v-> 170 tests OKgit diff --check/home/kom/proj/lora/Meshtasticator/.venv/bin/python burningManSim.py 10 --simtime-seconds 5 --period-seconds 1 --dcr --dtp --phy-loss-model --capture-collision-model