[protobuf] Re: Enum field encoding question

2020-02-26 Thread Alexey Edelev
Hi, probably you may use https://github.com/semlanik/qtprotobuf четверг, 16 января 2020 г., 9:08:39 UTC+1 пользователь Burak Kirazli написал: > > Hello, > > I am new to protobuf. > > I have a request message like that > > message CommandRequest > { > enum Code > { > RESET = 0;

[protobuf] Re: Enum field encoding question

2020-02-26 Thread Alexey Edelev
Hi, I think this project might be useful for you https://github.com/semlanik/qtprotobuf четверг, 16 января 2020 г., 9:08:39 UTC+1 пользователь Burak Kirazli написал: > > Hello, > > I am new to protobuf. > > I have a request message like that > > message CommandRequest > { > enum Code >

[protobuf] Re: Qt Protocolbuffer Raspberry PI 3B+ problems

2020-01-06 Thread Alexey Edelev
Probably you will be interested in https://github.com/semlanik/qtprotobuf понедельник, 4 ноября 2019 г., 12:39:56 UTC+1 пользователь Orazio Arcidiacono написал: > > Hi, > i've this problem with Protobuf 3.10.1 > Can you help me to fix it? > Thank you :) > > > >

[protobuf] QtProtobuf 0.4 Release

2020-06-30 Thread Alexey Edelev
QtProtobuf – is opensource library distributed under MIT license. With QtProtobuf you easily may use Google Protocol Buffers and gRPC in your Qt project. *Key changes:* - Added support of nested types - Added gRPC API for QML - Fixed static build of well-known types - Added