A simple program that connects to University of Queensland's Lora network and requests a joke, then prints the joke to usb serial.

Dependencies:   fota-mdot libmDot MTS-Serial

Revision:
0:fa546fb96b80
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ReadMe.txt	Tue Apr 02 05:55:13 2019 +0000
@@ -0,0 +1,15 @@
+/**
+ * Change the network passphrase in LoraComms.cpp!
+ *
+ * This program connects to UQ's lora network and sends "sc/j" every 30 seconds.
+ * If the dot eui is registered in NodeRed, a packet will be returned and
+ * printed out on the microUSB serial .
+ * A very basic terminal is run in a separate thread on the RS232 serial.
+ * The command "ni" will print out the network name
+ *
+ * Libraries:
+ * fota-mdot
+ * libmDot
+ * MTS-Serial
+ * mbed-os   must be version specified in libmDot commit message
+ */
\ No newline at end of file