gRPC Wrapper
Ltb Networking

(Incomplete) C++ wrapper classes around gRPC.

WARNING: Going through a major refactor right now. If you stumble across this it's probably best to just keep on moving.

Building

Requires the CMake build of gRPC 1.32.0 to be installed on the system.

Development

# All from root dir or things may break
# Before all subtree commands
git remote add -f ltb-whatev git@github.com:LoganBarnes/ltb-whatev.git
# Subtree commands use form: subtree-name remote-name branch-name
git subtree add --prefix ltb-whatev ltb-whatev master --squash
git subtree push --prefix ltb-whatev ltb-whatev master
git subtree pull --prefix ltb-whatev ltb-whatev master --squash