apearson / insteon-packet-parser

A simple Insteon packet parser to be used by Node Serialport and a PowerLinc Modem (PLM) library or program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to code defensively

apearson opened this issue · comments

Any bytes that do not match up to the current packet need to reset the packet parsing.

There's also a bug with incoming message filling the to field.

Completed in objective rewrite f32ea37