-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRPC client for auraed #27
base: main
Are you sure you want to change the base?
gRPC client for auraed #27
Conversation
do we need to commit the results of |
@dmah42 Good point, usually it is not to be committed... in some cases where is required the compatibility among different go versions it might be usefult. However, it's up to the project mantainers |
58f8c9a
to
6ae2b66
Compare
this looks good so far.. is there much more you want to do? |
Sorry! I accidentally hit the button. Please ignore that. |
@dmah42 yeah, I'm going on implementing other RPC calls. Here's some point I'd like to go deeper with:
|
opinions:
|
|
|
Ping -- do we have an update on this? |
@krisnova I have to refactor since the protobuf definition changed in the past week. |
Base gRPC client for auraed, as defined in #13
This is a work-in-progress PR so that everyone can provide feedback.
At the moment only the Cell service is implemented.
The client can successfully connect to auraed with gRPC with mTLS over socket.