Search found 3 matches

by libbkmz
Fri Dec 13, 2019 12:50 pm
Forum: Programs, Libraries and Tools
Topic: How to eval bytecode from network?
Replies: 10
Views: 7624

Re: How to eval bytecode from network?

Hi, people always fear this "wear out the flash" thing. I have experience with Firmwares for the Flash drives with hundreds of gigs and terabytes of capacity. I know how the NAND is working and all this stuff. And that's why I'm trying to avoid the 'program' operation for the NAND array. Yesterday ...
by libbkmz
Fri Dec 13, 2019 12:33 pm
Forum: Programs, Libraries and Tools
Topic: How to eval bytecode from network?
Replies: 10
Views: 7624

Re: How to eval bytecode from network?

Yeah, Thank you for the link! This sounds very similar to what I want. But I have another restriction. I don't want to wear the flash while developing. Because you need to change sources frequently and this will destroy the flash once on a while... So, I'm curious - is there any way to make somethin...
by libbkmz
Thu Dec 12, 2019 5:49 pm
Forum: Programs, Libraries and Tools
Topic: How to eval bytecode from network?
Replies: 10
Views: 7624

How to eval bytecode from network?

Hi! I'm thinking about some system that will serve your source code by some network socket (tcp/http/whatever...). The main idea is to have some boilerplate with the initialization network in main.py (client-side) on board and some code to connect to the server, which will compile every time your py...