Start RPC server using C/C++ API?

I have small android device which does not have screen. It means that I can not use apk application for autotunning.

The device also does not have pyhton, so I can not use standard python tvm api to register the device on tracker.

But I have libtvm-runtime.so compiled for the device.
Can I use C/C++ API to start RPC server and register the device on tracker?

See issues tracked here, https://github.com/dmlc/tvm/issues/1496 there used to be a un-finished PR but right now nobody is actively pushing it atm. Would be great if there are someone who are interested to take it over

my platform has no ip(network environment), can i use autotvm?

Set USE_CPP_RFC on in cmake config and it works fine for me:

./tvm_rpc server --host=0.0.0.0 --port=9000 --port-end=9001