1. Download " https://dl.meshnet.nl/Examples/m2j/tojson.py " 2. Voer CLI commando uit: meshtastic --nodes > nodes.txt 3. Voer CLI commando uit: python3 tojson.py > nodes.json - Commando die alle json output toont: Voer CLI commando uit: cat nodes.json - Commando die specifieke output toont: jq '.[] | {User, Battery, "Last heard": .LastHeard}' nodes.json (dit toont alleen User, Battery, Last heard)