Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 482 Bytes

File metadata and controls

40 lines (25 loc) · 482 Bytes

cpp-clue

The C++ interface library to the MDwalks CLUE.

Getting Started

Prerequisites

  1. Install grpc https://grpc.io/docs/languages/cpp/quickstart/#setup

Install

  1. git clone
  2. Build
bin/build.sh

Built files will be placed at cmake/build

libclue.a
libclue_grpc_proto.a

Usage

Run test client.

MDwalks CLUE Connect Server must be on localhost:9999.

bin/run.sh

Contact