Hello,
We use custom manufacturing script to prepare and flash ESP8266 devices. The firmware doesn’t contain libraries like rpc-uart
because it doesn’t need it for the operation. Unfortunately mos license
seems to need the access to RPC.
Is there a way to use licensing API programatically? Eg. we would POST UID and Access Key to https://license.mongoose-os.com/… and it would return the license string? And how is UID computed? What is it derived from?
Thanks in advance