Skip to content

What is the best way to update the nodes locations from external source? #610

Answered by bharnden
martin20082018 asked this question in Q&A
Discussion options

You must be logged in to vote

The best way would be over the gRPC API, which would have to be configured to serve the system externally.

/etc/core/core.conf

Update the line to use the address to listen on:
grpcaddress = localhost

Note that this does expose your system to have a service that can run arbitrary commands as root.

There is some documentation on using gRPC here; https://coreemu.github.io/core/grpc.html

And the call to move nodes in the current version, would be here and here.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@martin20082018
Comment options

Answer selected by martin20082018
Comment options

You must be logged in to vote
2 replies
@martin20082018
Comment options

@bharnden
Comment options

Comment options

You must be logged in to vote
1 reply
@bharnden
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
discuss Determine how to best respond
2 participants
Converted from issue

This discussion was converted from issue #602 on September 22, 2021 20:31.