Re: [grpc-io] Re: Do we have any examples to use grpc in C

2021-05-04 Thread Ashique C K
Hi,
By using this command* protoc --c_out=. foo.proto, *it will generate 
*foo.pb-c.c, 
foo.pb-c.h* fiiles.
What is the command to generate *grpc *file too. For that we need grpc C 
plugin right ? 
>From where I can get that ?

On Wednesday, January 8, 2020 at 3:10:39 PM UTC+5:30 qimi...@gmail.com 
wrote:

> Hi Ajay,
> I got a proble while trying to run the example, 
> client code like this:
> for(i = 0; i < 1000; i ++)
> { 
>foo__greeter__say_hello(...)
> }
>
> after running hundreds of times, the server crash ,  "doube free" .
> do you have any idea about this problem?
>
> Thanks a lot!
>
>
> On Thursday, April 13, 2017 at 5:16:06 AM UTC+8, ajhai wrote:
>>
>> Hi Kostas,
>>
>>  I'm one of the developers of grpc-c. We will be pushing changes to 
>> grpc-c hopefully towards end of this month and they should bring this repo 
>> to alpha state where people can start trying it out easily.
>>
>> Thanks,
>> Ajay
>>
>> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>>>
>>> Grpc-c seems to be what I am looking for.
>>>
>>> There are some build issues at the moment (it's still pre-alpha 
>>> according to the developers) but it's definitely something to keep an eye 
>>> on. Thanks Craig! :-)
>>>
>>> Regards,
>>> Kostas
>>>
>>> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>>>
 Juniper has a library that might help you: 
 https://github.com/juniper/grpc-c


 On Tue, Apr 11, 2017 at 10:02 AM  wrote:

> Hello,
>
> I was wondering if there is an update on this subject. Is it possible 
> to use gRPC with C? Thank you.
>
> Regards,
> Kostas
>
>
> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>>
>> Hi guys,
>>
>> How to use grpc in C?
>>
>> From thread history, the suggestion is to use C++. Understood this, 
>> while we need to use grpc in C as our existing code base is C.
>>
>> Is it good to wrap grpc code in a shared library for our use case and 
>> call it from C? 
>>
>> Or would suggest to use the low level C API with limited 
>> functionality?
>>
>> Thanks a lot!
>>
> -- 
> You received this message because you are subscribed to the Google 
> Groups "grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to grpc-io+u...@googlegroups.com.
> To post to this group, send email to grp...@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

>>>
-- 



_Disclaimer: _© 2021 VVDN Technologies Pvt. Ltd. This e-mail contains 
PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the 
addressee(s). If you are not the intended recipient, please notify the 
sender by e-mail and delete the original message. Further, you are not to 
copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful._
_
_
_
__

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/b61c2cb8-0f63-4888-b53f-3138b0ea560dn%40googlegroups.com.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2020-01-08 Thread qiming315
Hi Ajay,
I got a proble while trying to run the example, 
client code like this:
for(i = 0; i < 1000; i ++)
{ 
   foo__greeter__say_hello(...)
}

after running hundreds of times, the server crash ,  "doube free" .
do you have any idea about this problem?

Thanks a lot!


On Thursday, April 13, 2017 at 5:16:06 AM UTC+8, ajhai wrote:
>
> Hi Kostas,
>
>  I'm one of the developers of grpc-c. We will be pushing changes to grpc-c 
> hopefully towards end of this month and they should bring this repo to 
> alpha state where people can start trying it out easily.
>
> Thanks,
> Ajay
>
> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>>
>> Grpc-c seems to be what I am looking for.
>>
>> There are some build issues at the moment (it's still pre-alpha according 
>> to the developers) but it's definitely something to keep an eye on. Thanks 
>> Craig! :-)
>>
>> Regards,
>> Kostas
>>
>> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>>
>>> Juniper has a library that might help you: 
>>> https://github.com/juniper/grpc-c
>>>
>>>
>>> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>>>
 Hello,

 I was wondering if there is an update on this subject. Is it possible 
 to use gRPC with C? Thank you.

 Regards,
 Kostas


 On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this, 
> while we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and 
> call it from C? 
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>
 -- 
 You received this message because you are subscribed to the Google 
 Groups "grpc.io" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to grpc-io+u...@googlegroups.com.
 To post to this group, send email to grp...@googlegroups.com.
 Visit this group at https://groups.google.com/group/grpc-io.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/7260d46b-0c4d-4616-a19a-81e80a697310%40googlegroups.com.


[grpc-io] Re: Do we have any examples to use grpc in C

2018-08-20 Thread Prashant Shubham
Can anyone guide how to write C wrapper class for grpc?  

On Wednesday, January 27, 2016 at 5:12:53 AM UTC+5:30, yyd...@gmail.com 
wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this, while 
> we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and call 
> it from C? 
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/dcc0b2db-4e1a-470e-98bd-012a48f96f97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-31 Thread ajhai
Can you check the thread at https://github.com/Juniper/grpc-c/issues/19 ? 
What is the version of protobuf you have installed on your Mac? I haven't 
tried using nanopb. It was tried before though directly with grpc. Look at 
https://github.com/grpc/grpc/pull/7670 
and https://github.com/grpc/grpc/pull/7531 .

Thanks,
Ajay

On Monday, October 30, 2017 at 3:23:06 AM UTC-7, nikitan...@gmail.com wrote:
>
> Hi Ajay,
>
> I tried compiling the Juniper C implementation for gRPC but could not get 
> through. I have posted the issue on github repository. Also I want to 
> replace protoc-C by nanoPB to have a C implementation of the entire stack. 
> Have you tried that? Are you known of any repository which has implemented 
> gRPC on top of HTTP2 and proto/json in C.
>
> Thank you!
>
> On Thursday, 26 October 2017 03:21:27 UTC+5:30, ajhai wrote:
>>
>> Hi Nikita,
>>
>>  You can find the project at https://github.com/juniper/grpc-c. You will 
>> need gRPC v1.3.0 and protobuf 3. Look at README and examples/ for usage. 
>> Please note that this library is still pre alpha.
>>
>> Thanks,
>> Ajay
>>
>> On Wednesday, October 25, 2017 at 5:07:27 AM UTC-7, nikitan...@gmail.com 
>> wrote:
>>>
>>> Hi Ajay,
>>>
>>> Could you please point me to the C implementation of gRPC? I am trying 
>>> to compile the grpc implementation from github but it looks broken. Also 
>>> pointer to the documentation which will cover the QuickStart and developer 
>>> reference.
>>>
>>> Thanks in advance.
>>>
>>> Regards,
>>> Nikita
>>>
>>> On Thursday, 13 April 2017 02:46:06 UTC+5:30, ajhai wrote:

 Hi Kostas,

  I'm one of the developers of grpc-c. We will be pushing changes to 
 grpc-c hopefully towards end of this month and they should bring this repo 
 to alpha state where people can start trying it out easily.

 Thanks,
 Ajay

 On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>
> Grpc-c seems to be what I am looking for.
>
> There are some build issues at the moment (it's still pre-alpha 
> according to the developers) but it's definitely something to keep an eye 
> on. Thanks Craig! :-)
>
> Regards,
> Kostas
>
> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>
>> Juniper has a library that might help you: 
>> https://github.com/juniper/grpc-c
>>
>>
>> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>>
>>> Hello,
>>>
>>> I was wondering if there is an update on this subject. Is it 
>>> possible to use gRPC with C? Thank you.
>>>
>>> Regards,
>>> Kostas
>>>
>>>
>>> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:

 Hi guys,

 How to use grpc in C?

 From thread history, the suggestion is to use C++. Understood this, 
 while we need to use grpc in C as our existing code base is C.

 Is it good to wrap grpc code in a shared library for our use case 
 and call it from C? 

 Or would suggest to use the low level C API with limited 
 functionality?

 Thanks a lot!

>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "grpc.io" group.
>>> To unsubscribe from this group and stop receiving emails from it, 
>>> send an email to grpc-io+u...@googlegroups.com.
>>> To post to this group, send email to grp...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/grpc-io.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/b25299ca-4188-4ab6-9e40-2aac537cab0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-30 Thread nikitanerkar235
Hi Ajay,

I tried compiling the Juniper C implementation for gRPC but could not get 
through. I have posted the issue on github repository. Also I want to 
replace protoc-C by nanoPB to have a C implementation of the entire stack. 
Have you tried that? Are you known of any repository which has implemented 
gRPC on top of HTTP2 and proto/json in C.

Thank you!

On Thursday, 26 October 2017 03:21:27 UTC+5:30, ajhai wrote:
>
> Hi Nikita,
>
>  You can find the project at https://github.com/juniper/grpc-c. You will 
> need gRPC v1.3.0 and protobuf 3. Look at README and examples/ for usage. 
> Please note that this library is still pre alpha.
>
> Thanks,
> Ajay
>
> On Wednesday, October 25, 2017 at 5:07:27 AM UTC-7, nikitan...@gmail.com 
> wrote:
>>
>> Hi Ajay,
>>
>> Could you please point me to the C implementation of gRPC? I am trying to 
>> compile the grpc implementation from github but it looks broken. Also 
>> pointer to the documentation which will cover the QuickStart and developer 
>> reference.
>>
>> Thanks in advance.
>>
>> Regards,
>> Nikita
>>
>> On Thursday, 13 April 2017 02:46:06 UTC+5:30, ajhai wrote:
>>>
>>> Hi Kostas,
>>>
>>>  I'm one of the developers of grpc-c. We will be pushing changes to 
>>> grpc-c hopefully towards end of this month and they should bring this repo 
>>> to alpha state where people can start trying it out easily.
>>>
>>> Thanks,
>>> Ajay
>>>
>>> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:

 Grpc-c seems to be what I am looking for.

 There are some build issues at the moment (it's still pre-alpha 
 according to the developers) but it's definitely something to keep an eye 
 on. Thanks Craig! :-)

 Regards,
 Kostas

 On 11 April 2017 at 18:59, Craig Tiller  wrote:

> Juniper has a library that might help you: 
> https://github.com/juniper/grpc-c
>
>
> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>
>> Hello,
>>
>> I was wondering if there is an update on this subject. Is it possible 
>> to use gRPC with C? Thank you.
>>
>> Regards,
>> Kostas
>>
>>
>> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>>>
>>> Hi guys,
>>>
>>> How to use grpc in C?
>>>
>>> From thread history, the suggestion is to use C++. Understood this, 
>>> while we need to use grpc in C as our existing code base is C.
>>>
>>> Is it good to wrap grpc code in a shared library for our use case 
>>> and call it from C? 
>>>
>>> Or would suggest to use the low level C API with limited 
>>> functionality?
>>>
>>> Thanks a lot!
>>>
>> -- 
>> You received this message because you are subscribed to the Google 
>> Groups "grpc.io" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to grpc-io+u...@googlegroups.com.
>> To post to this group, send email to grp...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/grpc-io.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/aa0c7a00-5c9b-4843-8d48-f27f7c2852e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread ajhai
Hi Nikita,

 You can find the project at https://github.com/juniper/grpc-c. You will 
need gRPC v1.3.0 and protobuf 3. Look at README and examples/ for usage. 
Please note that this library is still pre alpha.

Thanks,
Ajay

On Wednesday, October 25, 2017 at 5:07:27 AM UTC-7, nikitan...@gmail.com 
wrote:
>
> Hi Ajay,
>
> Could you please point me to the C implementation of gRPC? I am trying to 
> compile the grpc implementation from github but it looks broken. Also 
> pointer to the documentation which will cover the QuickStart and developer 
> reference.
>
> Thanks in advance.
>
> Regards,
> Nikita
>
> On Thursday, 13 April 2017 02:46:06 UTC+5:30, ajhai wrote:
>>
>> Hi Kostas,
>>
>>  I'm one of the developers of grpc-c. We will be pushing changes to 
>> grpc-c hopefully towards end of this month and they should bring this repo 
>> to alpha state where people can start trying it out easily.
>>
>> Thanks,
>> Ajay
>>
>> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>>>
>>> Grpc-c seems to be what I am looking for.
>>>
>>> There are some build issues at the moment (it's still pre-alpha 
>>> according to the developers) but it's definitely something to keep an eye 
>>> on. Thanks Craig! :-)
>>>
>>> Regards,
>>> Kostas
>>>
>>> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>>>
 Juniper has a library that might help you: 
 https://github.com/juniper/grpc-c


 On Tue, Apr 11, 2017 at 10:02 AM  wrote:

> Hello,
>
> I was wondering if there is an update on this subject. Is it possible 
> to use gRPC with C? Thank you.
>
> Regards,
> Kostas
>
>
> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>>
>> Hi guys,
>>
>> How to use grpc in C?
>>
>> From thread history, the suggestion is to use C++. Understood this, 
>> while we need to use grpc in C as our existing code base is C.
>>
>> Is it good to wrap grpc code in a shared library for our use case and 
>> call it from C? 
>>
>> Or would suggest to use the low level C API with limited 
>> functionality?
>>
>> Thanks a lot!
>>
> -- 
> You received this message because you are subscribed to the Google 
> Groups "grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to grpc-io+u...@googlegroups.com.
> To post to this group, send email to grp...@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/fd2a8216-71b4-4e1a-a0f9-2142b840140a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread nikitanerkar235
Hi Ajay,

Could you please point me to the C implementation of gRPC? I am trying to 
compile the grpc implementation from github but it looks broken. Also 
pointer to the documentation which will cover the QuickStart and developer 
reference.

Thanks in advance.

Regards,
Nikita

On Thursday, 13 April 2017 02:46:06 UTC+5:30, ajhai wrote:
>
> Hi Kostas,
>
>  I'm one of the developers of grpc-c. We will be pushing changes to grpc-c 
> hopefully towards end of this month and they should bring this repo to 
> alpha state where people can start trying it out easily.
>
> Thanks,
> Ajay
>
> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>>
>> Grpc-c seems to be what I am looking for.
>>
>> There are some build issues at the moment (it's still pre-alpha according 
>> to the developers) but it's definitely something to keep an eye on. Thanks 
>> Craig! :-)
>>
>> Regards,
>> Kostas
>>
>> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>>
>>> Juniper has a library that might help you: 
>>> https://github.com/juniper/grpc-c
>>>
>>>
>>> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>>>
 Hello,

 I was wondering if there is an update on this subject. Is it possible 
 to use gRPC with C? Thank you.

 Regards,
 Kostas


 On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this, 
> while we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and 
> call it from C? 
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>
 -- 
 You received this message because you are subscribed to the Google 
 Groups "grpc.io" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to grpc-io+u...@googlegroups.com.
 To post to this group, send email to grp...@googlegroups.com.
 Visit this group at https://groups.google.com/group/grpc-io.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/53436e6c-8ca2-4f1b-824d-003e684a1f18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread nikitanerkar235
Hi Ajay,

Could you please point me to the C implementation of gRPC? I am trying to 
compile the grpc implementation from github but it looks broken. Also 
pointer to the documentation which will cover the QuickStart and developer 
reference.

Thanks in advance.

Regards,
Nikita

On Wednesday, 27 January 2016 05:12:53 UTC+5:30, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this, while 
> we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and call 
> it from C? 
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/9a5594b0-9d79-4efc-918a-6516d8cbb0c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-10-25 Thread nikitanerkar235
Hi Kostas,

Could you please point me to the C implementation of gRPC? I am trying to 
compile the grpc implementation from github but it looks broken. Also 
pointer to the documentation which will cover the QuickStart and developer 
reference.
Thank you in advance.


On Thursday, 13 April 2017 02:46:06 UTC+5:30, ajhai wrote:
>
> Hi Kostas,
>
>  I'm one of the developers of grpc-c. We will be pushing changes to grpc-c 
> hopefully towards end of this month and they should bring this repo to 
> alpha state where people can start trying it out easily.
>
> Thanks,
> Ajay
>
> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>>
>> Grpc-c seems to be what I am looking for.
>>
>> There are some build issues at the moment (it's still pre-alpha according 
>> to the developers) but it's definitely something to keep an eye on. Thanks 
>> Craig! :-)
>>
>> Regards,
>> Kostas
>>
>> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>>
>>> Juniper has a library that might help you: 
>>> https://github.com/juniper/grpc-c
>>>
>>>
>>> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>>>
 Hello,

 I was wondering if there is an update on this subject. Is it possible 
 to use gRPC with C? Thank you.

 Regards,
 Kostas


 On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this, 
> while we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and 
> call it from C? 
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>
 -- 
 You received this message because you are subscribed to the Google 
 Groups "grpc.io" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to grpc-io+u...@googlegroups.com.
 To post to this group, send email to grp...@googlegroups.com.
 Visit this group at https://groups.google.com/group/grpc-io.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/3e832fb8-1cb4-4fe1-b253-0a0e3bd0dd17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-13 Thread Kostas
Hi Ajay,

This is very good news, thanks for letting me know. Looking forward to
trying the alpha code.

Regards,
Kostas

On Wed, 12 Apr 2017 at 22:16, ajhai  wrote:

> Hi Kostas,
>
>  I'm one of the developers of grpc-c. We will be pushing changes to grpc-c
> hopefully towards end of this month and they should bring this repo to
> alpha state where people can start trying it out easily.
>
> Thanks,
> Ajay
>
>
> On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>
>> Grpc-c seems to be what I am looking for.
>>
>> There are some build issues at the moment (it's still pre-alpha according
>> to the developers) but it's definitely something to keep an eye on. Thanks
>> Craig! :-)
>>
>> Regards,
>> Kostas
>>
> On 11 April 2017 at 18:59, Craig Tiller  wrote:
>>
> Juniper has a library that might help you:
>>> https://github.com/juniper/grpc-c
>>>
>>>
>>> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>>>
>> Hello,

 I was wondering if there is an update on this subject. Is it possible
 to use gRPC with C? Thank you.

 Regards,
 Kostas


 On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this,
> while we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and
> call it from C?
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>
 --
 You received this message because you are subscribed to the Google
 Groups "grpc.io" group.

>>> To unsubscribe from this group and stop receiving emails from it, send
 an email to grpc-io+u...@googlegroups.com.
 To post to this group, send email to grp...@googlegroups.com.
>>>
>>>
 Visit this group at https://groups.google.com/group/grpc-io.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAK%2BmtNOOwdWTFC_OZG2DCyN0CpfU0%3DbArH3H0fS57yUabO%2B7nw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-12 Thread ajhai
Hi Kostas,

 I'm one of the developers of grpc-c. We will be pushing changes to grpc-c 
hopefully towards end of this month and they should bring this repo to 
alpha state where people can start trying it out easily.

Thanks,
Ajay

On Wednesday, April 12, 2017 at 5:29:47 AM UTC-7, Kostas wrote:
>
> Grpc-c seems to be what I am looking for.
>
> There are some build issues at the moment (it's still pre-alpha according 
> to the developers) but it's definitely something to keep an eye on. Thanks 
> Craig! :-)
>
> Regards,
> Kostas
>
> On 11 April 2017 at 18:59, Craig Tiller > 
> wrote:
>
>> Juniper has a library that might help you: 
>> https://github.com/juniper/grpc-c
>>
>>
>> On Tue, Apr 11, 2017 at 10:02 AM > 
>> wrote:
>>
>>> Hello,
>>>
>>> I was wondering if there is an update on this subject. Is it possible to 
>>> use gRPC with C? Thank you.
>>>
>>> Regards,
>>> Kostas
>>>
>>>
>>> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:

 Hi guys,

 How to use grpc in C?

 From thread history, the suggestion is to use C++. Understood this, 
 while we need to use grpc in C as our existing code base is C.

 Is it good to wrap grpc code in a shared library for our use case and 
 call it from C? 

 Or would suggest to use the low level C API with limited functionality?

 Thanks a lot!

>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "grpc.io" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to grpc-io+u...@googlegroups.com .
>>> To post to this group, send email to grp...@googlegroups.com 
>>> .
>>> Visit this group at https://groups.google.com/group/grpc-io.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/208174cd-21ea-48ff-a592-bcaab1aeb04d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-12 Thread Kostas
Grpc-c seems to be what I am looking for.

There are some build issues at the moment (it's still pre-alpha according
to the developers) but it's definitely something to keep an eye on. Thanks
Craig! :-)

Regards,
Kostas

On 11 April 2017 at 18:59, Craig Tiller  wrote:

> Juniper has a library that might help you: https://github.com/
> juniper/grpc-c
>
>
> On Tue, Apr 11, 2017 at 10:02 AM  wrote:
>
>> Hello,
>>
>> I was wondering if there is an update on this subject. Is it possible to
>> use gRPC with C? Thank you.
>>
>> Regards,
>> Kostas
>>
>>
>> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>>>
>>> Hi guys,
>>>
>>> How to use grpc in C?
>>>
>>> From thread history, the suggestion is to use C++. Understood this,
>>> while we need to use grpc in C as our existing code base is C.
>>>
>>> Is it good to wrap grpc code in a shared library for our use case and
>>> call it from C?
>>>
>>> Or would suggest to use the low level C API with limited functionality?
>>>
>>> Thanks a lot!
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "grpc.io" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to grpc-io+unsubscr...@googlegroups.com.
>> To post to this group, send email to grpc-io@googlegroups.com.
>> Visit this group at https://groups.google.com/group/grpc-io.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAK%2BmtNN7XHJ2CZqbGutGMzn67avro8mZqmU4ojB7QcjLO_uMvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [grpc-io] Re: Do we have any examples to use grpc in C

2017-04-11 Thread 'Craig Tiller' via grpc.io
Juniper has a library that might help you: https://github.com/juniper/grpc-c


On Tue, Apr 11, 2017 at 10:02 AM  wrote:

> Hello,
>
> I was wondering if there is an update on this subject. Is it possible to
> use gRPC with C? Thank you.
>
> Regards,
> Kostas
>
>
> On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>>
>> Hi guys,
>>
>> How to use grpc in C?
>>
>> From thread history, the suggestion is to use C++. Understood this, while
>> we need to use grpc in C as our existing code base is C.
>>
>> Is it good to wrap grpc code in a shared library for our use case and
>> call it from C?
>>
>> Or would suggest to use the low level C API with limited functionality?
>>
>> Thanks a lot!
>>
> --
> You received this message because you are subscribed to the Google Groups "
> grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to grpc-io+unsubscr...@googlegroups.com.
> To post to this group, send email to grpc-io@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAAvp3oPzgTm4AT1eLPCRPQBP3F1zhcMnAAkDeJLN71Nf7B52dA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


smime.p7s
Description: S/MIME Cryptographic Signature


[grpc-io] Re: Do we have any examples to use grpc in C

2017-04-11 Thread kpeletidis
Hello,

I was wondering if there is an update on this subject. Is it possible to 
use gRPC with C? Thank you.

Regards,
Kostas

On Tuesday, 26 January 2016 23:42:53 UTC, yyd...@gmail.com wrote:
>
> Hi guys,
>
> How to use grpc in C?
>
> From thread history, the suggestion is to use C++. Understood this, while 
> we need to use grpc in C as our existing code base is C.
>
> Is it good to wrap grpc code in a shared library for our use case and call 
> it from C? 
>
> Or would suggest to use the low level C API with limited functionality?
>
> Thanks a lot!
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/7a267a5f-4d49-4261-8e1d-9da68520de6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.