As I have provision a nearby light server, use those serial commands:
In [1]: p = Provisioner(d[0])
In [2]: p.scan_start()
In [3]: p.provision()
How to provision remote server, which is too far but nearby the first light server ?
As I have provision a nearby light server, use those serial commands:
In [1]: p = Provisioner(d[0])
In [2]: p.scan_start()
In [3]: p.provision()
How to provision remote server, which is too far but nearby the first light server ?
Hi,
There is no support for remote provisioning specifically, but you can use the API in serial_handler_models.h to extend it.
Thank you.
I have take a look that file, but still have no idea how to use it. And I can't not find any example now. Could you kindly give me some hits?
Thank you.
I have take a look that file, but still have no idea how to use it. And I can't not find any example now. Could you kindly give me some hits?