-
Notifications
You must be signed in to change notification settings - Fork 0
Home
These softwares must be preinstalled on your PC/Mac/Linux Machine.
(32bit & 64bit are available on the source page. Download the relevant software for your system.)
(These softwares will be provided in the pre-workshop session)
(Link: https://mongoose-os.com/software.html)
(Link: https://www.apachefriends.org/xampp-files/7.2.6/xampp-win32-7.2.6-0-VC15-installer.exe)
(Link: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers)
Developing REST End Point using Python and Flask http://flask.pocoo.org/
MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimize network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium. More about MQTT at http://mqtt.org/faq
- Eclipse Mosquitto MQTT Broker: https://mosquitto.org/
- Eclipse Paho: https://www.eclipse.org/paho/
- https://github.com/SSG-DRD-IOT/lab-protocols-mqtt-arduino
- https://github.com/adafruit/Adafruit_MQTT_Library
Mongoose OS is a firmware development framework for connected microcontrollers.
Mongoose OS is created for developers who work on firmware for commercial products and care about things like manageability, security, reliability. 80-90% of the commercial firmware is around infrastructure, which is the same for many products regardless of what they do. Mongoose OS provides such infrastructure.
- Intel IoT Labs: https://github.com/SSG-DRD-IOT
- Google IoT Core: https://cloud.google.com/iot-core/
- Google IoT Core + Arduino: https://github.com/GoogleCloudPlatform/google-cloud-iot-arduino
https://github.com/alvarowolfx/asset-tracker-gcp-mongoose-os