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.
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.