Skip to content
Christian Svensson edited this page Oct 25, 2018 · 4 revisions

Welcome to the u-bmc wiki!

Tips & Tricks

Calling gRPC inside the simulator

When developing in the simulator it is useful to be able to do gRPC calls since NC-SI is not implemented in QEMU in any meaningful manner.

This used to be complicated, but now you can just use ubmcctl directly from the shell. Like this:

# ubmcctl GetFans
# ubmcctl SetFan fan: 0, mode: FAN_MODE_PERCENTAGE, percentage: 50
Clone this wiki locally