Page 1 of 1

Module: QR Code Reader and Write.

Posted: Tue May 10, 2022 1:41 pm
by obiwan73
Hello travellers of this forum,
thank you for spending time to help me.

I have not found anything native (Hollywood or Polybios 1.2).
To help me out I made a module in Python (e.g. from the net) called by Execute() and that does the job.
I'm not sure what to do to make a module, I think I'll go with lua.
Is there a good way to do it? Any help would be great.

Any help would be great. Sincerely,

Obiwan73. :-)

Re: Module: QR Code Reader and Write.

Posted: Wed May 11, 2022 7:43 am
by plouf
By "module" you mean plugin ?
SDK for plugins exist but afaik is for c++ only

I think kts the only way othetwise
An external daemon (server) can run and communicate with app via tcp ?
Dont know if its easy to call hollywood message port

Ad a second though. There are some javascript solutions you may can communicate and inject in a webgadget

Re: Module: QR Code Reader and Write.

Posted: Fri May 13, 2022 2:42 pm
by obiwan73
Module = Plug-in (deepl translation :-) )

Thank you very much for your complete answer, which gives me a lot of clues.