reapzor / FiloFirmata

MIT License
7 stars 2 forks source link

CommandParser class is not a singleton anymore. #3

Closed arstulke closed 6 years ago

arstulke commented 6 years ago

You can create multiple instances of CommandParser and add some MessageBuilders. This helps handling multiple Firmata instances on different Ports at the same time. The changes should be fully backward compatible.

reapzor commented 6 years ago

Oh neat! A chance to learn a bit more about github. Thanks, I'll look this over and pull it in. I haven't touched this code for a bit so I'm hoping the testing went OK for you? (Whatever is available anyway)

arstulke commented 6 years ago

Can you build a new version and deploy it to maven central, so I don't need to build it locally.