Commit 69a36d9
authored
v2.1.16 (#44)
* groundwork for instance heartbeats
* Update __main__.py
* Update pyproject.toml
* Update __main__.py
* Update __main__.py
* Update __main__.py
* listener marking in db
* class level max hops
* min 5 -> 30
* migrate to uv
* remove final poetry
* Update README.md
* remove submodule
* node map working, but ugly
* that'll do for now
* don't traceroute everyone, just who I tell you to
* Update __main__.py
* v2.1.1
* model_validate packet
* include bell icon for alerts to trigger t1000e notification sound
* Update __main__.py
* !l command to see links
* Update __main__.py
* v2.1.3
* fix !l
* v2.1.4
* testing working again
* v2.1.5
* rework of notification messages
* v2.1.7
alert settings modifications and full implementation
* Update listener_db.py
* Update listener_db.py
* warn -> info
* Update __main__.py
* ditch the api
* Update README.md
* Update README.md
* reconnect attempts + warning
* Update __main__.py
* Update __main__.py
* v2.1.9
increment reconnect
* Update __main__.py
* alert symbols
* readability
* v2.1.11
remove message history. not useful.
* v2.1.12
notify upon new connection
* Update __main__.py
* notify using threads
* v2.1.13
listeners can all speak in unison
* Update __main__.py
* v2.1.14
ignore text messages from other listener nodes
* Update __main__.py
* v2.1.15
now checking system usage stats
* CPU interval -> None
* Update utils.py
* v2.1.16
bug fix for durations
* info -> debug
* remove some debug fluff
* Update README.md
* strip alert_context1 parent 6933341 commit 69a36d9
6 files changed
Lines changed: 16 additions & 16 deletions
File tree
- meshtastic_listener
- listener_db
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
| 561 | + | |
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
565 | 564 | | |
566 | 565 | | |
567 | 566 | | |
| 567 | + | |
| 568 | + | |
568 | 569 | | |
569 | 570 | | |
570 | 571 | | |
571 | | - | |
| 572 | + | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
46 | 42 | | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments