How to eval bytecode from network?

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: How to eval bytecode from network?

Post by jimmo » Mon Dec 16, 2019 1:48 am

Christian Walther wrote:
Fri Dec 13, 2019 2:01 pm
If all else fails, there is a new example in the docs of how to make a filesystem in RAM: http://docs.micropython.org/en/latest/r ... ck-devices
And here is an example from late last week on how to do exactly this (load an ephemeral .mpy file) -- https://github.com/micropython/micropython/pull/5408

Post Reply