Commit Graph

976 Commits

Author SHA1 Message Date
SpudGunMan 8709e5aed5 enhance sysinfo
ChUtil/Node value
2025-07-14 22:13:49 -07:00
SpudGunMan caf8a2708b Update log.py
fix time display
2025-07-14 22:04:22 -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 0a260b28b6 Update llm.py
last time?
2025-06-26 19:30:33 -07:00
SpudGunMan 3f5c6f2e9a Update llm.py 2025-06-26 19:03:13 -07:00
SpudGunMan 8a4f7a904a Update llm.py 2025-06-26 18:49:16 -07:00
SpudGunMan 9d22270dde highfly_ignoreList
some nodes have bad altimeters
2025-06-18 12:14:14 -07:00
SpudGunMan 409d07436e Update settings.py 2025-06-10 11:22:32 -07:00
SpudGunMan 5ab0001f2b Update system.py
https://github.com/SpudGunMan/meshing-around/issues/154
2025-06-08 20:32:28 -07:00
SpudGunMan 5e34537af7 fix
reference https://github.com/SpudGunMan/meshing-around/issues/154
2025-06-08 19:26:51 -07:00
SpudGunMan 2290f07351 Update locationdata.py 2025-06-06 17:54:31 -07:00
SpudGunMan 8eabfaa9c4 enhance ignore logic 2025-06-04 10:37:58 -07:00
SudoRand 5b26aabb00 Config for whether ollama responds to non-commands
The current behavior is that whenever ollama is enabled the LLM replies
to all non-command message. This setting allows limiting it the LLM to
run only in response to the "ask:" and "askai" commands.

Default is True to keep consistent with previous behavior.
2025-06-01 15:32:08 -06:00
SudoRand 67b3c67348 Fix bug that always enabled news_random_line_only
This looks like a simple typo that accidentally used read_news_enabled
for the news_random_line_only parameter. As a result, the
news_random_line_only setting was always treated as True (since this
line it only executed if read_news_enabled was True). Now it obeys the
configuration value.
2025-06-01 14:02:19 -06:00
SpudGunMan 860cceec59 Update locationdata.py 2025-05-28 15:20:33 -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 903767f4b3 Update settings.py 2025-05-21 16:36:46 -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 56e8e1c0d5 🐇🪵
config register set in config.ini for hop logs
2025-05-01 10:35:43 -07:00
SpudGunMan 4545b8f4a4 Update locationdata.py 2025-04-28 23:10:52 -07:00
SpudGunMan 6ed48d49ce Update videopoker.py
fix gameplay
2025-04-24 15:54:47 -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 a55c61c47d Update web.py 2025-04-23 07:17:02 -07:00
SpudGunMan ea20eec604 Update README.md 2025-04-11 14:51:50 -07:00
SpudGunMan d1204d2c26 ignoreEAS and USGS alert word
enhance with list to ignore words not wanted for broadcast
2025-04-11 14:32:51 -07:00
SpudGunMan aac497dfa0 config.ini Scheduler enhancments
request from https://github.com/SpudGunMan/meshing-around/issues/141

enhances with a basic announcement from config.ini
2025-04-10 15:46:36 -07:00
SpudGunMan 837d049acb Update locationdata.py 2025-03-30 14:00:14 -07:00
SpudGunMan 2463407ade Update system.py 2025-03-30 13:49:40 -07:00
SpudGunMan 38654213e8 fix script run 2025-03-30 13:44:57 -07:00
SpudGunMan a06819dbda enhance bbsack 2025-03-30 11:49:54 -07:00
SpudGunMan 9818cccbbf fix BBSLink for open mode
fix for issue raised https://github.com/SpudGunMan/meshing-around/discussions/142
2025-03-30 11:29:00 -07:00
SpudGunMan 872a9601d0 Update system.py 2025-03-27 20:31:53 -07:00
SpudGunMan 2b6dc726e1 valert for USGS Volcano Data 2025-03-27 19:44:02 -07:00
SpudGunMan ef27ddff84 Update locationdata.py 2025-03-27 19:32:54 -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 11a6dc3cf0 UTF-8-4-Windows
Co-Authored-By: dj505 <dj505@users.noreply.github.com>
2025-03-15 17:31:44 -07:00
SpudGunMan c160678e79 Update locationdata.py 2025-03-07 17:55:56 -08: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 7ae6174f96 Update hamtest.py 2025-02-23 20:06:08 -08:00
SpudGunMan d44fdd4462 Update hamtest.py 2025-02-23 20:03:12 -08:00
SpudGunMan 3dd6da4684 Update hamtest.py 2025-02-23 20:02:15 -08:00