mirror of
https://github.com/agessaman/meshcore-packet-capture.git
synced 2026-04-20 23:23:37 +00:00
- 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.
16 lines
374 B
Text
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
|