Joey Leake
df72e95603
Document set_path_hash_mode / get_path_hash_mode in README
...
Both commands already existed in commands/device.py but had no entry in
the README's command reference table, so users had no way to discover
them (reported as "missing"). Add rows under Advanced Configuration
explaining that mode controls how many bytes of each hop's node ID are
stored per hop in advertised/logged paths (bytes per hop = mode + 1),
matching the plen >> 6 / hash_mode + 1 logic in reader.py and
commands/base.py.
Fixes #84
2026-08-31 13:25:01 -04:00
Florent
d2aca51296
send raw packets
2026-08-24 08:13:34 -04:00
Florent
174665fd89
document get_allowed_repeat_freq
2026-02-14 16:01:25 -04:00
fdlamotte and GitHub
a2d8b3e059
Merge pull request #48 from agessaman/add-recv-errors
...
add support for recv_errors in STATUS_PACKETS response
2026-01-30 10:48:11 -04:00
agessaman
ad7e48d028
add support for recv_errors in STATUS_PACKETS response
2026-01-29 20:41:48 -08:00
Florent
58615ae1f9
fixed doc for send_chan_msg
2026-01-19 08:48:44 -04:00
prabathbr and GitHub
f6fea7fd49
Update README.md
...
- `serial_rss_bot.py`: A RSS feed to Meshcore channel example, which broadcasts emergency bushfire warnings in VIC, AU
2026-01-10 12:19:17 +11:00
jkingsman
c736472919
(docs): Update README with some missing commands
2025-12-23 18:18:19 -08:00
fdlamotte and GitHub
df6c997445
Merge pull request #37 from prabathbr/main
...
Added more examples, a ping bot and Ollama to Meshcore gateway
2025-12-16 18:00:09 +01:00
agessaman
a814bd19b6
update documentation to reflect new signing commands
2025-12-15 05:58:18 -08:00
prabathbr and GitHub
1b8c50a71a
Update README.md
...
added
- `serial_pingbot.py`: Ping bot which can be run on a channel
- `serial_meshcore_ollama.py`: Simple Ollama to Meshcore gateway, a simple chat box
2025-12-09 10:55:02 +11:00
agessaman
bc68af6805
removed example from the README
2025-10-12 18:31:44 -07:00
agessaman
e0f71482c6
Add private key export support
...
- Add PRIVATE_KEY and DISABLED event types
- Add packet parsing for private key export responses
- Add export_private_key() method to DeviceCommands
- Add comprehensive unit tests
- Add BLE private key export example
- Update documentation with security notes
2025-10-12 18:23:32 -07:00
Copilot and GitHub
29003b94dc
Implement BLE PIN pairing support for enhanced security
...
* Implement BLE pin pairing support with comprehensive tests and documentation
2025-09-24 00:21:30 +02:00
Alex Wolden
ccb1d6eb9e
Revert "Refactor command system to be queue based"
...
This reverts commit 28957a4b60 .
2025-09-04 15:08:08 -07:00
Alex Wolden
dabc3437dd
Add better connection management
2025-06-30 20:23:35 -07:00
Alex Wolden
6fbf15885d
Change contract for commands to return full event
2025-04-14 11:23:10 -07:00
Alex Wolden
a1fb931200
Added contact based dest
2025-04-13 22:19:08 -07:00
Alex Wolden
6dc87bafbb
Add event filtering to support ACK tracking
2025-04-13 12:03:47 -07:00
Alex Wolden
8f0ecd7d75
Refactor to event system
2025-04-12 00:26:25 -07:00
fdlamotte and GitHub
30afcc4b41
Update README.md
2025-03-24 17:45:50 +01:00
Florent de Lamotte
7269d98438
update readme and bump version to 0.3
2025-03-24 17:22:34 +01:00
Florent de Lamotte
18d491b7ab
Initial commit
2025-03-24 16:55:37 +01:00