Skip to content

Google Protocol Buffers. I have managed to add the lite version of Google Protocol Buffers as a 3rd party plugin for Airplay. I've attached the zip. Drop it in \Airplay SDK\4.4\modules\third_party and add to subprojects like so: subprojects { libprotobuf-lite } I use it for a non real time application to send API and data to a Java server hosted…

marmalade/protocolbuffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

I have managed to add the lite version of Google Protocol Buffers as a 3rd party plugin for Marmalade. I've attached the zip.

Drop it into the \modules\third_party folder in the SDK

and add to subprojects like so in your mkb file:

subprojects
{
libprotobuf-lite
}

I use it for a non real time application to send API and data to a Java server hosted on GAE. It's nice to use and faster (supposedly) and more compact datawise than XML.

About

Google Protocol Buffers. I have managed to add the lite version of Google Protocol Buffers as a 3rd party plugin for Airplay. I've attached the zip. Drop it in \Airplay SDK\4.4\modules\third_party and add to subprojects like so: subprojects { libprotobuf-lite } I use it for a non real time application to send API and data to a Java server hosted…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published