Juniper/grpc-c

Name: grpc-c

Owner: Juniper Networks

Description: C implementation of gRPC layered on top of core library

Created: 2016-11-23 00:32:21.0

Updated: 2018-03-23 23:18:15.0

Pushed: 2018-03-23 23:18:13.0

Homepage: null

Size: 142

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

GRPC-C

C implementation of gRPC layered of top of core libgrpc.

Prerequisites

Make sure you have the following install in order to install dependencies

autoconf automake libtool curl make g++ unzip
Build
reconf --install
submodule update --init
ilddeps.sh
r build && cd build
onfigure

 make install

If you want to install dependencies in a different directory other than /usr/local/, use ./buildgen.sh

Examples
uild/examples
 gencode

This should build foo_client and foo_server. To run example code,

 ./foo_server test
 ./foo_client test
Status

Pre-alpha. Under active development. APIs may change.

Dependencies

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.