Communications

May 3, 2019
words 546
MQTT is a messaging protocol commonly reffered to as Publish/Subscribe or is an popular solution to distributed system communications, where you do not want to directly couple the publisher and subscribers. That is a fundamental design of this MBR project.
April 17, 2019
words 511
A very simple byte oriented protocol used to swap unformatted messages over a variety of communication channels (i2c, SPI, UDP, TCP, RF, BLT, etc).