MightyPork / TinyFrame

A simple library for building and parsing data frames for serial interfaces (like UART / RS232)
MIT License
344 stars 111 forks source link

Optional device address fields #15

Open MightyPork opened 6 years ago

MightyPork commented 6 years ago

Something I thought of when working with sx1278's

If the field is right at the beginning, one could use it for sync-word filtering. This would effectively make TinyFrame multi-drop / multi-master network capable.

This would be a big API / structure change, so it'd require a major version bump.