Hi, I didn't dive into the implementation, but I would have a question: how do you want to create the container classes, like list<> or map<>?
Best, Wilm Am 24.11.2014 um 21:20 schrieb Mark Riley: > There's still a bit of work to be done. I have the basic data structures, > a few protocols and a memory transport done. My plan is to finish the > struct generator in the next week or so. Hopefully, at that point, I'll > get some help with the service stuff and general cleanup. > > On Mon, Nov 24, 2014 at 3:07 PM, Roger Meier <[email protected]> > wrote: > >> cool stuff! >> thrift-nano is a great thing, a pure C implementation was already >> requested by many users. >> I hope we can get this merged into Apache Thrift. Patches are welcome! >> >> cheers >> -roger >> >> Quoting David Itkin <[email protected]>: >> >> Tyler, >>> >>> I work with someone that did just that. Look here: >>> >>> https://github.com/markrileybot/thrift-nano >>> >>> The author is not on this mailing list but will be soon. >>> >>> On Mon, Nov 24, 2014 at 1:41 PM, Tyler Conant <[email protected]> >>> wrote: >>> >>> I’m looking to serialize structures on a micro controller. I would like >>>> to >>>> specifically use thrift to do the serialization. The backend already uses >>>> thrift so I would prefer to keep with the same IDL. I see there is a C >>>> thrift library, however it uses Glib. Getting Glib to fit and compile on >>>> the micro may not be feasible. Does anyone know of a pure C >>>> implementation, >>>> I don’t need the service interface or transports, only the serialization >>>> part of thrift? >>>> >>>> >>>> >>> >>> -- >>> Thanks, >>> >>> David Itkin >>> [email protected] >>> (cel) 703-869-4675 >>> >> >> >> > >
