diff --git a/src/energenie/radio.py b/src/energenie/radio.py index dcaf44c..3384a6e 100644 --- a/src/energenie/radio.py +++ b/src/energenie/radio.py @@ -20,8 +20,8 @@ #TODO: Would like to add RSSI measurements and reporting to the metadata that #comes back with received packets. -##LIBNAME = "drv/radio_rpi.so" -LIBNAME = "drv/radio_mac.so" # testing +LIBNAME = "drv/radio_rpi.so" +##LIBNAME = "drv/radio_mac.so" # testing import time import ctypes diff --git a/src/monitor.py b/src/monitor.py index d53c73d..365607a 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -42,7 +42,8 @@ #TODO: Consider putting a 'timestamp' in a received decoded message print(now) #TODO: improve formatting of timestamp - print(decoded) + ##print(decoded) + decoded.dump() # Any device that reports will be added to the non-persistent directory Registry.update(decoded) ##trace(decoded)