Close

Update 2: Software Architecture

A project log for Secure Mesh Async Communication (SMAC)

A low cost communication device, similar to a tablet, this can function without an energy grid or a network infrastructure and is secure.

ilia-baranovIlia Baranov 03/28/2016 at 00:380 Comments

March 27, 2016 by Ilia Baranov

Here is a general outline of software flow for SMAC. Ideally, the user interface will be written as html pages that the ESP8266 is able to render to the on screen display. Ideally, leveraging the great work done by the ESP8266/Arduino group means less library writing for us, though a basic HTML interpreter will be an interesting challenge. That way, they are easy to write and edit, and can be loaded and accessed from a computer during the software update phase.

Join the software update next time for details on the communication backend, reputation system, and more!

Discussions