My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 35
= Introduction = lwpb (short for lightweight protocol buffers) is an implementation of Google's protocol buffers (in short protobuf) in C for systems with limited resources. For more information about protocol buffers in general, see: http://code.google.com/p/protobuf/ = Design = Most...
= Proto# = An alternative protocol buffer implementation for .NET. Focus on ease of use and flexibility to integrate into existing solutions. Currently in alpha. Stay tuned. == A Simple Message == {{{ using System; using System.IO; using ProtoSharp.Core; //Based on http://code.go...
Utility for automating install of protocol buffer python eggs. This utility will download the src package for protocol buffers from google code. Compile the protoc binary and then build a python egg for your python version and install it. Only works on linux style os currently.
NOTE: This is alpha version now. Please don't use for much serious purpose. =What's this?= Protocol Buffers for Ruby. =Source= http://code.google.com/p/ruby-protobuf/source/browse/#svn/trunk/lib/protobuf =Install= {{{ sudo gem install ruby_protobuf }}} =Quick Examples= ==Generate R...
=What is it?= Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. =Documentation= [http://code.google.com/apis/protocolbuffers/docs/overview.html Read the d...
This project is a Java ME implementation of Google Protocol buffer. It contains a code generator and a runtime library. _Any bug reports, questions, comments and suggestions can be sent to: *hansjar at gmail dot com*_ * [http://code.google.com/p/protobuf-javame/wiki/UserDocumentation User Do...
*NOTE*: An array version of input_stream.py has been checked into the protobuf trunk by Google in order to make it compatible with App Engine. You might want to use the latest official protobuf code base instead of this hack. A 2.1.0 version of protobuf is on its way. Details: - http://code.googl...
=Froto: F# Protocol Buffers= What are Protocol Buffers? * http://code.google.com/apis/protocolbuffers/ * http://code.google.com/p/protobuf/ ==Status== Just getting started. ==Other (usable today) .NET Protocol Buffers Projects== * http://code.google.com/p/protobuf-net/ * http:/...
Using [http://sourceforge.net/projects/colladarefinery/ COLLADA Refinery] Converts [http://www.khronos.org/collada/ COLLADA] dae file into a [http://code.google.com/p/protobuf/ Google Protocol Buffers] compatible binary file.
Utility for creating Protocol Buffer messages and services from a Django model.
1 2 3 4 Next