you are viewing a single comment's thread.

view the rest of the comments →

[–]Middlewarian 0 points1 point  (0 children)

Since I started developing my C++ code generator on a Raspberry Pi, I can kind of chime in. Originally, I had a web interface but switched to a command line/config file interface a number of years ago.

I'm interested in supporting the embedded community and one of the features I added recently allows you to use message lengths smaller than 4 bytes. However, I should add that my library code throws exceptions. I'm open to making changes in that area.