RafaelKa / node-serialport-enocean-parser

ESP3 parser for nodes serialport
Do What The F*ck You Want To Public License
6 stars 2 forks source link

code split (Parser - ESP3) #48

Open Holger-Will opened 5 years ago

Holger-Will commented 5 years ago

i propose to split the code into two repositories. Following the Unix principle of doing one thing,well. Here is the place for the simple parser with the only purpose of detecting packets. it's a transformable stream that emits structs which should be immutable. It' should be configurable to emit string or buffer instead.

Everithing else should move to the ESP3 Protocol implementation.