API for licensing

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

Hello,
@Martin_Zdila thanks for asking.

I am interested in this as well!

@Martin_Zdila Did you find any answers for this?. I have the same problem

We included rpc-uart but manufacturing script deactivates it at the end of the process,