Project - The Processing Software

One XBee of my IoT Mest Network is connected to my iMac. The XBee is seated in an XBee Explorer board (Sparkfun) and although the connection between the board and my iMac is made via a USB cable, it appears as though connected via a serial port. The objective of this project was to write software that would read the serial data coming from the XBee and displays it on a Sensor Dashboard.

I decided to use a language called Processing. This page is to document, at a high level, elements of my software design.

Key Variables

Setup()

Draw()

XBeeSample_Class

WindowQuadrant Class