Template
__author__ = "John ORaw"
__contact__ = "barney@disney.com"
__copyright__ = "Copyright $YEAR, JOR"
__date__ = "12FEB23"
__deprecated__ = False
__license__ = "GPLv3"
__status__ = "Production"
__version__ = "1.2.1"#!/usr/bin/env python3
""""
This file: Main routine for Binary Mux
Origin: Forked from the Comm module of SD-Node, written c. 2017
Description: Takes a serial input and logs, optionally forwards to a UDP address:port
Compatibility: Tested with Python >=3.6
By: JOR
v0.1 26AUG21 Modified NMEAMux to log UBX, RTCM, AIS
v0.2 27JUL23 Modified as a general RTCM test suite
"""Exercise
Last updated