Tiny protocol  0.6.4
Tiny communication protocol for microcontrollers
Tiny Protocol

Table of Contents

This is Tiny protocol implementation for microcontrollers (Arduino, Stellaris).

Introduction

This protocol is intended to be used in low-memory systems, like microcontrollers (Stellaris, Arduino). It is also can be compiled for desktop Linux systems, and it is possible to build it for Windows.

Tiny Protocol API

Linux API supports C-Style functions, while Arduino API supports both C-Style and C++ classes. Usage C++ Arduino classes makes easy use of the protocol for Arduino projects. Please refer to documentation.

Packet Structure

Full packet format:

     8       16       any len    None/8/16/32     8
 |   7E   |  UID  |  USER DATA  |    FCS     |   7E   |

Arduino related documentation

Arduino related API (C++)