Commit graph

13 commits

Author SHA1 Message Date
Macgyver Official
cc0afa4eb3 Clarify unsigned app installation 2026-08-09 09:49:13 -04:00
Macgyver Official
b50f6b2db0 Prepare v2.3.2 release and unsigned builds
Bumps Crosstalk to v2.3.2 and updates release docs to use version-matched tagging examples instead of a one-time first-release note. Also updates desktop distribution docs to clearly explain first-run macOS and Windows prompts for unsigned binaries, and adjusts macOS build config for unsigned packaging by disabling hardened runtime and setting identity to "-".
2026-08-09 09:39:33 -04:00
Macgyver Official
9e0e09b896 Prepare 2.3.1 release
Bump Crosstalk to 2.3.1 and update packaging metadata, artifact names, and runtime requirements. Add a draft GitHub release workflow plus release notes, and refresh container/build configs and docs for the new release process.
2026-08-09 08:40:08 -04:00
Macgyver Official
145afbc245 Add allowlisted Iridium path persistence
Introduce a durable SQLite-backed path cache for the Iridium IMT interface so configured destination paths can be captured and restored after restart without enabling Reticulum transport. Add parsing and validation for `persistent_destinations`, support `persistent_path_max_age` expiry, restore logic in the worker loop, and capture logic after inbound packet injection. Update Raspberry Pi/docs example config with the new settings and safety notes, and add unit tests for cache behavior, destination parsing, and persistent path capture/restore lifecycle.
2026-08-09 07:35:36 -04:00
Macgyver Official
53345fce8e Document Iridium setup and add receive tests
Adds comprehensive Raspberry Pi guidance for using a USB RockBLOCK 9704 with native Reticulum-over-IMT transport, updates the sample systemd service paths/user defaults for a Pi deployment, and notes Iridium support in the README. Also adds unit coverage for Iridium MT receive handling to ensure valid frames are injected and invalid frames are still acknowledged, and updates modal prompt input styling for improved dark-theme readability.
2026-07-29 12:05:08 -04:00
Macgyver Official
887221f473 Add Iridium IMT interface support
Introduce a native Reticulum `IridiumIMTInterface` for USB RockBLOCK 9704 devices, including IMT packet framing, a durable SQLite outbound queue, modem polling/retry handling, and runtime stats (signal bars and queued packets). Crosstalk now installs bundled external Reticulum interfaces into the active config directory and includes the new interface module in packaged builds.

Expose Iridium IMT configuration in the interface creation/edit UI, add Iridium-specific display/status details in interface cards, and add a new `/api/v1/announce/lxmf` route to announce only the LXMF identity on metered links. Also add example service/config docs and unit tests for codec and durable queue behavior.
2026-07-29 07:42:34 -04:00
Macgyver Official
953ea693f4 Rename project to Crosstalk and update branding
Rename Reticulum MeshChat to Crosstalk across the codebase and packaging. Renamed meshchat.py to crosstalk.py and updated Dockerfile, docker-compose, GitHub Actions, README, docs and electron assets to use Crosstalk, new storage/reticulum config paths (~/.crosstalk/.reticulum), and GHCR tags/labels. Add logic to seed a default RMAP World TCP client interface and a config flag, shorten interface/transport responses to remove forced restart messages, and update database proxy comment. Electron: set app name, implement an internal prompt (replacing electron-prompt), expose restart-backend IPC, change backend executable naming/launching (startBackend/start/stop handling), and adjust portable storage behavior. Misc: remove donate.md, add example image and egg-info files, and apply multiple frontend/component and static asset updates to match rebrand and UX improvements.
2026-06-21 07:43:38 -04:00
Neil
4d54eb1532
Update meshchat_on_docker.md
Use the `latest` tag which is always moved with the latest build. The `master` tag used for the initial build is a fallback because it wasn't a tag. In the future when a release is created the image will share the release version (and `latest`).
2024-12-28 15:15:41 +00:00
liamcottle
39d1ff9ccd add note 2024-12-28 23:40:24 +13:00
liamcottle
8d761e20ea refactor file name 2024-12-28 23:27:09 +13:00
liamcottle
9a123d6fe8 move docker docs to its own docs file 2024-12-28 23:25:39 +13:00
liamcottle
5af2f3a9de move android docs to its own docs file 2024-12-28 23:23:11 +13:00
liamcottle
1ed3f59f1d add docs for running meshchat on raspberry pi 2024-12-28 23:12:38 +13:00