Commit Graph

367 Commits

Author SHA1 Message Date
SpudGunMan 3b41e39ff5 Update system.py 2025-08-26 14:09:23 -07:00
SpudGunMan 50c3249edc explicitCmd
i think @NomDeTom mentioned this a long time ago and well .. here is a change to help the phases of the moon and tide.
2025-08-26 10:44:30 -07:00
SpudGunMan 9272218815 Update system.py
i declare
2025-08-17 20:05:41 -07:00
SpudGunMan 0675132171 up a river
without help
2025-08-13 20:41:42 -07:00
SpudGunMan 6c1f7940ca refactor coastal weather
changes to config.ini template if you use tide or mwx
2025-08-12 11:35:42 -07:00
SpudGunMan 2fc9281394 Update system.py 2025-08-04 18:54:46 -07:00
SpudGunMan b5bd1008c2 HowHigh? divideBy3
https://github.com/SpudGunMan/meshing-around/discussions/170
2025-08-03 17:43:10 -07:00
SpudGunMan f6e04a42a0 Update system.py 2025-07-30 10:11:34 -07:00
SpudGunMan 3fcd588d02 bugs and docs
Consolidated Tide with MWX fixed up readme and cleaned up rlist in help
2025-07-30 10:05:04 -07:00
SpudGunMan e1b47484f2 NOAA Coastal Marine Forcast data
using older but handy products with new mwx
2025-07-30 08:34:20 -07:00
SpudGunMan 14798cb992 alertDe 2025-07-22 09:28:08 -07:00
Kelly 41c8f0044b Merge pull request #163 from SudoRand/efficient-chunking
Allow chunker to consolidate lines when possible
2025-07-22 08:23:42 -07:00
SpudGunMan 45eefb24d8 enhance retry 2025-07-22 07:02:08 -07:00
SpudGunMan 410d32947c Update system.py 2025-07-21 20:13:07 -07:00
SpudGunMan 748652ac62 onDisconnect
correcting multiple issues adding config.ini feature for dont_retry_disconnect

https://github.com/SpudGunMan/meshing-around/issues/137
https://github.com/SpudGunMan/meshing-around/issues/156
2025-07-21 20:10:59 -07:00
SpudGunMan d715cb6b4d Update system.py 2025-07-21 04:33:04 -07:00
SpudGunMan 1895a365ae fix retry and failure
correcting multiple issues with some bad code

https://github.com/SpudGunMan/meshing-around/issues/137

https://github.com/SpudGunMan/meshing-around/issues/156
2025-07-20 05:41:50 -07:00
SpudGunMan cc58a38165 Update system.py 2025-07-18 21:24:55 -07:00
SpudGunMan a8ccb05d56 Update system.py
bug of undefined for interface retry
2025-07-16 08:57:39 -07:00
SpudGunMan b146fd6f64 Revert "enhance sysinfo"
This reverts commit 8709e5aed5.
2025-07-14 22:55:41 -07:00
SpudGunMan 8709e5aed5 enhance sysinfo
ChUtil/Node value
2025-07-14 22:13:49 -07:00
SudoRand 097cae6e94 Allow chunker to consolidate lines when possible
This allows the chunker to consolidate lines into significantly
fewer messages in many cases without exceeding the max chunk size.

Without this change, the chunker will either emit all lines in
one message (if it fits in a single chunk) or else each line will be in
a separate message. This often creates a long series of short messages,
which doesn't transmit as quickly or display as compact.

Instead, this consolidates as many lines as possible into each
message, while being sure to stay within the chunk size limit.
This should reduce the load on the mesh, and it's also more readable.
2025-07-14 12:27:14 -06:00
SpudGunMan 9d22270dde highfly_ignoreList
some nodes have bad altimeters
2025-06-18 12:14:14 -07:00
SpudGunMan 5ab0001f2b Update system.py
https://github.com/SpudGunMan/meshing-around/issues/154
2025-06-08 20:32:28 -07:00
SpudGunMan 621f4ad916 enhance 2025-05-23 19:10:15 -07:00
SpudGunMan 118857ec15 Update system.py 2025-05-21 16:52:01 -07:00
SpudGunMan 1be13be92a highfly enhancements 2025-05-21 16:43:56 -07:00
SpudGunMan 0e0bda60ad Update system.py 2025-05-21 16:36:52 -07:00
SpudGunMan 60bb68c6b5 Update system.py 2025-05-21 16:20:54 -07:00
SpudGunMan feb9a1d9b3 FlightDetector
high alt detection
2025-05-21 16:18:46 -07:00
SpudGunMan a3a54b081d Update system.py 2025-04-23 19:34:13 -07:00
SpudGunMan ab420af63e Update system.py 2025-04-23 09:24:51 -07:00
SpudGunMan 2463407ade Update system.py 2025-03-30 13:49:40 -07:00
SpudGunMan 872a9601d0 Update system.py 2025-03-27 20:31:53 -07:00
SpudGunMan a8b4362d3c enhance VolcanoAlert
prevent stale records from being rebroadcast
2025-03-27 18:22:13 -07:00
SpudGunMan dc731ae237 USGS Volcano Alerts 2025-03-27 16:11:21 -07:00
SpudGunMan d0d024d770 Update system.py 2025-03-27 09:43:36 -07:00
SpudGunMan 0c9fd919ab Update system.py 2025-03-07 17:53:17 -08:00
SpudGunMan e17dc79896 🐞Bugs
issue https://github.com/SpudGunMan/meshing-around/issues/138
2025-03-04 12:46:16 -08:00
SpudGunMan 06d6855d92 cmd bang
this will solve all the worlds problems
2025-02-26 20:16:53 -08:00
SpudGunMan 32deea9e3b hamtest
a game of the FCC/ARRL Question Pools
2025-02-23 18:40:41 -08:00
Johannes le Roux 4de2a36099 added hangman 2025-02-20 22:53:28 +02:00
SpudGunMan 47e21dbaab Chunker Improvement
Adjusted how packets are split, ignoring .?! which can confound things. @NomDeTom
2025-02-17 10:21:38 -08:00
SpudGunMan e0a3d0f94e Update system.py 2025-02-01 11:34:31 -08:00
SpudGunMan 2aedcfc46e Update system.py 2025-02-01 09:04:48 -08:00
SpudGunMan 25ae27a162 Update system.py 2025-01-18 20:10:16 -08:00
SpudGunMan cbea9b5294 enhanceNewIdeas
work on https://github.com/SpudGunMan/meshing-around/discussions/94
2025-01-18 13:31:54 -08:00
SpudGunMan f090230c96 typo 2025-01-12 14:02:52 -08:00
SpudGunMan e35c954e5d fixNINAalerts 2025-01-12 13:45:26 -08:00
Kelly afa2bc4024 Merge pull request #111 from sodoku/main
enable NINA alerts for Germany
2025-01-12 13:11:16 -08:00