mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-07-28 20:42:36 +02:00
bf6b86696c
Replace subprocess-based packet decoding with native Python meshcoredecoder>=0.3.2. The decoder is now always enabled (no toggle), removing ENABLED/COMMAND/TIMEOUT config vars. Adds _enrich_payload_decoded() to compensate for payload classes that lack to_dict() overrides in the library. Removes Node.js/npm from Dockerfile and deletes the patches/ directory. Adds parenthesized exception rule to AGENTS.md.