Commit graph

12 commits

Author SHA1 Message Date
Adam Gessaman
057593762b Update Docker configuration for serial connection support
- Changed default connection type from BLE to serial in docker-compose.yml and Dockerfile.
- Updated privileged mode settings for improved security and flexibility.
- Enhanced device mounting instructions to recommend using persistent device IDs.
- Added comments for optional environment variables and MQTT settings for better clarity.
- Removed unnecessary default environment variables related to BLE connections.
2026-01-09 10:17:11 -08:00
agessaman
16786b6507 Added version reporting fallback in packet_capture.py to use git information if .version_info doesn't exist. Adjust Dockerfile syntax for consistency. 2025-10-29 21:55:10 -07:00
Dustin Brewer
264545564d Make node/meshcore-decoder usable by meshcore user 2025-10-26 18:51:40 -07:00
agessaman
7942ebca0c Update Node.js version to lts/* in Dockerfile 2025-10-26 10:56:37 -07:00
agessaman
3a0c090467 Update Dockerfile to use Node 22+ 2025-10-26 10:50:28 -07:00
agessaman
26f9f0fac6 fix node install 2025-10-26 10:33:18 -07:00
agessaman
da920eee9b added meshcore-decoder to the Dockerfile
Moved from custom reconnection logic back to letting paho-mqtt manage reconnection.
2025-10-26 10:03:27 -07:00
agessaman
bcef2aa5ff remove config.ini from dockerfile 2025-10-25 10:03:29 -07:00
agessaman
7223e12992 revised Dockerfile to include meshcore-decoder 2025-10-25 10:00:44 -07:00
agessaman
dbc9210fe4 added the ability to set log levels in .env.local 2025-10-25 09:55:36 -07:00
agessaman
3cc36aac3d updated to use meshcore_py 2.1.10 or later 2025-10-13 15:50:08 -07:00
agessaman
a52ede025a Add Docker support, meshcore_py integration, and multi-MQTT functionality
- Add Dockerfile and docker-compose.yml for containerized deployment
- Integrate modified meshcore_py with private key export functionality
- Add multi-MQTT broker support with configuration management
- Update packet capture with enhanced authentication and token handling
- Add installation script and migration utilities
- Update documentation and configuration files
2025-10-12 20:41:39 -07:00