SpudGunMan
311563320e
enhance
...
rss sucks
2025-10-10 19:41:44 -07:00
SpudGunMan
78b6d660dd
yakima works
2025-10-10 16:37:30 -07:00
SpudGunMan
d844c123be
refactor Rivers
2025-10-10 16:02:23 -07:00
SpudGunMan
d4d36c8a31
increase urlTimeout to 15 seconds
2025-10-10 15:30:36 -07:00
SpudGunMan
bc06712b87
enhance rssread
...
enhance rssread
enhance rssread
enhance rssread
2025-10-10 12:50:07 -07:00
SpudGunMan
ee1391f6e7
2fa.ini
2025-10-10 07:41:18 -07:00
SpudGunMan
4da3e68c62
readrss
...
thanks FJRP you can now return an rss feed
2025-10-09 19:06:38 -07:00
SpudGunMan
f5f8539924
segassem
...
reverse the order of the messages
2025-10-09 17:21:07 -07:00
SpudGunMan
315ae84bb6
enhance
2025-10-09 16:27:06 -07:00
Kelly
cb55aba498
Merge pull request #203 from SpudGunMan/copilot/add-local-wiki-search-functionality
...
Add Kiwix local wiki server support for offline Wikipedia searches
2025-10-08 20:38:17 -07:00
SpudGunMan
413f2a24d9
Kiwix in wiki
...
@NomDeTom its finally done
2025-10-08 20:29:52 -07:00
SpudGunMan
1f8bf5a700
bytes&bits
2025-10-08 11:01:21 -07:00
SpudGunMan
6c1e0cc2f9
bits&bytes
2025-10-08 09:20:09 -07:00
copilot-swe-agent[bot]
c97004b410
Add Kiwix local wiki server support with configuration options
...
Co-authored-by: SpudGunMan <12676665+SpudGunMan@users.noreply.github.com >
2025-10-08 15:00:44 +00:00
SpudGunMan
3ebf3ba374
Update config.template
2025-10-08 07:05:40 -07:00
SpudGunMan
2895e6c034
newNews 🚨 🚨
...
the location of news.txt changed FYI 🚨 now you can read more files
2025-10-08 01:14:10 -07:00
SpudGunMan
6c078b4d17
Survey Says!
...
is this cool?
2025-10-07 22:39:08 -07:00
SpudGunMan
48a57e875f
QuizMaster
...
let me know if this is cool
2025-10-07 17:48:22 -07:00
SpudGunMan
6c27b5d5de
xoxo
...
enhance❌
2025-10-06 18:03:22 -07:00
Martin Bogomolni
84b6b48d60
feat: Add tic-tac-toe game with compact messaging
...
🎮 New Tic-Tac-Toe Game Features:
- Compact 3x3 board display using ASCII art
- Smart AI opponent with win/block/random strategy
- All messages under 200-character meshtastic limit (tested: 10-50 chars)
- Player vs Bot gameplay with X (player) vs O (bot)
- Win detection for rows, columns, and diagonals
- Tie game detection when board is full
- Game statistics tracking (games played, won)
🔧 Integration Features:
- Follows established game patterns from hangman/hamtest
- Added to restrictedCommands (DM-only like other games)
- Integrated with game tracker system for memory cleanup
- Added configuration option in config.template
- Automatic cleanup of stale game sessions
🎯 Game Mechanics:
- Players pick positions 1-9 corresponding to board layout
- Simple input parsing (extracts first digit from message)
- Graceful error handling for invalid moves
- 'end' command to quit game
- Automatic game cleanup on completion
📊 Message Examples:
- New game: 39 chars
- Game moves: 50 chars
- Win/lose: 40 chars
- Invalid move: 23 chars
- All well under 200-char limit
Tested: Complete game scenarios, AI behavior, message lengths
Follows: Existing game implementation patterns and memory management
2025-10-06 00:08:56 -07:00
SpudGunMan
30bcee498d
Update config.template
2025-10-05 22:24:35 -07:00
SpudGunMan
98ccf8708f
enhanceTelemetry
...
logging and handlers for telemetry
2025-10-05 17:47:19 -07:00
SpudGunMan
c51a4584ae
enhance bbsAPI
...
switch for diskIO
2025-10-03 19:06:14 -07:00
SpudGunMan
63fccbdf3e
Update config.template
2025-10-03 12:01:41 -07:00
SpudGunMan
2e8206d4ec
x:ShellCommands
...
this x: is a direct shell access from DM, to enable it needs the enable_runShellCmd, allowXcmd, xcmdChannel set. Make sure your secure.
2025-10-02 18:58:27 -07:00
SpudGunMan
a66dbd13fd
Update config.template
2025-10-02 13:17:48 -07:00
SpudGunMan
02322cdf91
cleanup
...
fixes per https://github.com/SpudGunMan/meshing-around/issues/192
2025-10-02 04:51:40 -07:00
SpudGunMan
6e3d83401f
enhance echo
...
enhance echo
2025-09-28 16:28:31 -07:00
SpudGunMan
f9ab6a79d3
echo
...
echo command will just echo, off by default its handy for things like making a demo or node speak
2025-09-28 15:04:56 -07:00
SpudGunMan
a9254c9c79
addFav
...
Helper Script to Add Favorite to the bot node for admin and other use
2025-09-26 15:32:24 -07:00
SpudGunMan
0ac642ac44
Update config.template
2025-09-24 15:21:02 -07:00
Kelly
a39f588f9f
Merge pull request #188 from SpudGunMan/lab
...
Noisy Telemetry
lost work on location data
2025-09-17 11:52:50 -07:00
SpudGunMan
4e1d3e2b58
lower volume
2025-09-17 10:55:17 -07:00
SpudGunMan
642738e3b6
noisyNodeLogging
...
telemetry logger idea
2025-09-16 17:09:47 -07:00
SpudGunMan
c3221d64a8
enhance
2025-09-10 19:03:44 -07:00
SpudGunMan
2eca5f644a
add aircraft lookup to highFlying info
...
@Cisien for the idea
2025-09-10 18:58:33 -07:00
SpudGunMan
8c01433d14
🚨 fixes/enhancments
...
better multi network control of alerts and 🪫 alert to mesh
2025-08-27 12:10:38 -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
80897f7a82
defaults to gemma3 raw input
...
this is a change as its looking to remove google lookups with the python module. if this changes is impacting please let me know in [general] add `rawLLMQuery = False` to reverse
2025-08-26 10:26:33 -07:00
SpudGunMan
626ac59b4e
gemma3
...
LLM rewrite, the removal of RAG to keep things clean.
This default changes as well as puts input direct to the LLM further testing is needed, new LLM prompting is different.
2025-08-15 21:11:09 -07:00
SpudGunMan
0675132171
up a river
...
without help
2025-08-13 20:41:42 -07:00
SpudGunMan
28f06f0a21
Update config.template
2025-08-12 11:50:05 -07:00
SpudGunMan
267fe392e3
tuypo
2025-08-12 11:42:13 -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
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
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
a90a533a30
USGS Alerts
...
documented
2025-07-15 21:20:37 -07:00
SpudGunMan
7c99b684ad
riverflow
...
never got documented well
2025-07-15 21:11:48 -07:00
SpudGunMan
9e348332e5
SAME code back in iPAWS
...
the state only FIPS codes are too wide
2025-07-15 19:09:27 -07:00