This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import base64 | |
from pubsub import pub | |
import meshtastic.serial_interface | |
from meshtastic import mesh_pb2, storeforward_pb2, paxcount_pb2 | |
from pymongo import MongoClient | |
from bson import Binary | |
from google.protobuf.json_format import MessageToJson |