HI,

My requirement is as below.

I have a server application running on Linux. This application was
developed using protobuf c , protobuf.rpc.c files for communication.
I have a client application which was running on windows( windows
application).This application was developed in c# using protobuf-net.dll.
Both application using the same proto file with service methods.
I need to develop an interface to communicate these two applications.

I have a c# protobuf-remote.dll to transfer protobuf messages using rpc.

I have the following queries.
1. Whether this protobuf remote c# dll can help to create a client proxy
from the linux c code. if not please help me how to create  a proxy to
communicate with the linux c code.
2. I am so happy, if any alternative rpc dll for c# client application to
communicate to linux protobuf c and protobuf rpc.c file.

Please help me out. If not cleare please send me mail with the portion you
didnt understand.

---------- Forwarded message ----------
From: alok <alok.jad...@gmail.com>
Date: Thu, Feb 2, 2012 at 3:16 PM
Subject: [protobuf] Re: how to use GzipInputStream with multiple messages?
To: Protocol Buffers <protobuf@googlegroups.com>


also, what is the standard way to write and to read from a
gzipstream.
I am doing something like this

to write to stream:
headerMessage.SerializeToZeroCopyStream(gzip_output);

to read from stream:
headerMessage.ParseFromZeroCopyStream(gzip_input,
headerMessage.ByteSize());

is the above approach correct? I haven't used gzipstreams with
protocol buffers before. i am not able to make it work.

Regards,
Alok




On Feb 2, 5:18 pm, alok <alok.jad...@gmail.com> wrote:
> How do we implement GzipInputStream to read a file with different
> messages. I could achieve this using coded input stream by appending
> the size of the object before the object itself. I am not sure how to
> get same result using GzipInputStream. Could someone please guide me
> here?
>
> Regards,
> Alok

--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to