@ -9,8 +9,12 @@ import socket
import threading
import time
import paho.mqtt.client
try:
import paho.mqtt.publish
except ImportError:
print("WARNING: paho.mqtt module not available, skipping byte count test.")
exit(0)
import inspect, os, sys