/radio

A GRPC experiment in bidirectional streaming in Go and C++

Primary LanguageC++

Radio

This combines a GRPC server, written in Golang, with a GRPC client, written in C++. The goal is to simulate a Radio station. We use a bidirectional stream to take requests and broadcast ongoing results.

Development

Built and Tested Using

Build

The dependencies can be installed using: make deps

To build the project run: make build All binaries will be built then into the target directory.

To install run: make install

To uninstall run: make uninstall

There are a list of other tasks in the Makefile for those interested in the details.