| Projects on Google Code | Results 1 - 10 of 53 |
= Netbeans IDE plugin to support Protocol Buffers =
Table of Contents:
<wiki:toc max_depth="2"/>
= Releases =
Current version of the plugin is: [http://code.google.com/p/protobuf-netbeans-plugin/wiki/Changelog?ts=1251312571&updated=Changelog#Version_2.0.0_(released_2009-08-26) 2.0.0 (wit...
= Overview =
This package provides a code generator and runtime libraries to use [http://code.google.com/p/protobuf/ Protocol Buffers] from pure C (not C++).
It uses a modified version of `protoc` called `protoc-c`.
= News =
== Jun 11, 2009 ==
*protobuf-c 0.11* is released.
* mostly comp...
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...
=Description=
Provide serialization and de-serialization of different formats based on [http://code.google.com/p/protobuf/ Google’s protobuf] Message.
Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
=Example=
For XML output, use `XmlFormat...
`pyb` is a minimal, dynamic, pure Python implementation of [http://code.google.com/p/protobuf Protocol Buffers].
What does this mean?
* *minimal*: Aiming for 1000-1500 total lines of code. Less code is faster code, especially in Python.
* *dynamic*: no code generation, no build step
*...
*WARNING: This project is not ready for public consumption.* (Mostly because it lacks documentation and a build system.)
pbcap is an experimental RPC protocol and implementation based on [http://protobuf.googlecode.com Protocol Buffers] and [http://en.wikipedia.org/wiki/Capability-based_securit...
"Protocol Buffers" is a binary serialization format and technology, released to the open source community by Google in 2008.
There are various implementations of Protocol Buffers in .NET. This project is a fairly close port of the Google Java implementation.
There are two main parts:
{{{Pro...
=Protocol Buffer for PHP=
Implementing the Google "Protocol Buffer" for PHP, include parsing ...
At the moment this project has an beta status. I completed the parser for the proto files and implemented Int, Enum, String and Nested Messages at the moment, for the message reading and writing. ...
The protoclipse plug-in generates java code from Google Protocol Buffers ".proto" files.
To make full use of the generated code, the Google Protocol Buffers jar files must be available to the project (e.g., as a library dependency.)
For more information about Google Protocol Buffers see http:...