Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-07 | tools: add python grpc ListPeer API example | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2019-11-06 | Use correct import paths for protobuf packages | Carl Baldwin | |
The packages `any`, `empty`, and `timestamp` ship with protoc so there is no need to pull them out of the go package. This simplifies the generation script and also corrects the import paths for the standard protobuf types. Fixes: #2095 | |||
2019-04-06 | add script to generate api/gobgp.pb.go | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2018-12-24 | docs: delete outdated java/nodejs/ruby gRPC API examples | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2018-12-24 | docs: update C++ gRPC API example | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2018-12-24 | docs: update python gRPC API example | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> | |||
2018-07-24 | fix path to lib directory | tamihiro | |
2017-06-30 | grpc: Update Java sample client for GoBGP v1.20 gRPC API | Satoshi Fujimoto | |
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2017-06-30 | grpc: Update and Modify C++ sample client | Satoshi Fujimoto | |
This patch updates C++ sample gRPC client for GoBGP v1.12 gRPC API. And this removes the route announcement feature from C++ sample client, for maintenance and uniformity. Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2017-06-30 | grpc: Improve building tools and docs for C++ client | Satoshi Fujimoto | |
This patch includes the following fixes: * update Makefile for protobuf 3.3.0 / gRPC 1.4.1 * make build.sh which generates stub codes and builds GoBGP shared library (instead, remove those operations from docs) Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2017-06-30 | grpc: Update Ruby sample for GoBGP v1.20 gRPC API | Satoshi Fujimoto | |
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2017-06-30 | grpc: Update Python sample and doc for GoBGP v1.20 gRPC API | Satoshi Fujimoto | |
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2017-06-30 | docs: Separate sample codes from gRPC document | Satoshi Fujimoto | |
This patch separate sample codes from grpc-client.md and adds references to samples in tools/grpc/. Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | |||
2016-07-20 | Fix and get along with gobgpd v1.9 | Shintaro Kojima | |
2016-05-14 | Accommodate latest gobgp.proto message updates. Handle request timeouts. | tamihiro | |
2016-03-30 | Errors while compile gRPC client for C++ | root | |
2016-03-22 | dd :this_channel_is_insecure option to Stub.new() in ruby sample | Junpei YOSHINO | |
2016-03-15 | remove offending argument to avoid ValueError | tamihiro | |
2015-12-22 | gobgpd/gobgp: change grcp port to 50051 from 8080 | ISHIDA Wataru | |
also add an option to change grpc port Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-12-19 | doc: update ruby grpc | Hiroshi Yokoi | |
2015-12-16 | Sync C++ examples with recent changes in gRPC and GoGBP API | Pavel Odintsov | |
2015-12-07 | doc: update python grpc instruction | Hiroshi Yokoi | |
Signed-off-by: Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | |||
2015-11-15 | Add an example of Node.js | Shintaro Kojima | |
2015-11-05 | tool: update grpc python example code | FUJITA Tomonori | |
for the latest API. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-10-02 | Enhanced C++ client library | Pavel Odintsov | |
Now we could call any important functions for IPv4 unicast and IPv4 Flow Spec. I have updated code for new service / packages names. | |||
2015-09-23 | tools: change for renaming api-name of package/service to gobgpapi | Toshiki Tsuboi | |
Needs to change it because of renaming name from Grpc to GobgpApi. | |||
2015-09-04 | doc: merge grpc C++ README into grpc-client.md | FUJITA Tomonori | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-09-04 | Add gRPC API client examples in C++ | Pavel Odintsov | |
2015-08-27 | doc/tools: add doc explains how to interact with gobgp using ruby | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-21 | doc: add how to manage gobgp with your favorite laguage | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |