w4tsn / node-red-contrib-protobuf

NodeRED node for encoding and decoding of protobuf messages.
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link

Need help with encoding #52

Closed JohnnyPicnic closed 1 year ago

JohnnyPicnic commented 1 year ago

I can't seem to get my message to encode. My result is always and empty buffer. I'm using this proto file https://github.com/efento/Proto-files/blob/main/proto_config.proto

And this payload. 2023-02-21_9-14-19

JohnnyPicnic commented 1 year ago

Solved my issue by enabling snake_case