meshcore-packet-capture/requirements.txt
agessaman e6f28002cd Enhance packet capture and installation scripts for MeshCore compatibility
- Updated .gitignore to exclude advert_state.json.
- Added version checks for MeshCore in install.sh to ensure compatibility with multi-byte path support.
- Implemented path length decoding in packet_capture.py to handle new MeshCore firmware specifications.
- Adjusted requirements.txt to require meshcore version 2.2.31 or higher for multi-byte path support.
2026-03-15 08:34:04 -07:00

16 lines
374 B
Text

# Core dependencies for MeshCore packet capture
paho-mqtt>=1.6.0
# MeshCore package - multi-byte path support requires 2.2.31+
meshcore>=2.2.31
# MeshCore package dependencies (installed automatically with meshcore)
bleak>=0.21.0
pyserial-asyncio>=0.6
pycayennelpp>=1.0.0
# Linux BLE pairing support
pexpect>=4.8.0
# JWT token generation (Ed25519 signing)
pynacl>=1.5.0