lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Jan 11, 2015 at 4:25 AM, Hori Liu <hori.liu@gmail.com> wrote:

A lua based firmware for wifi-soc esp8266
Features:
1. Arduino-like hardware IO
2. Nodejs style network API
3. Lowest cost WI-FI

Build on ESP8266 sdk 0.9.5
Lua core based on eLua project

Yup, saw that, thanks. If the ESP8266 is a pure Hardware architecture though, vanilla Lua would've probably been a better choice, since all the memory optimizations that I did assume that the CPU can access data from code memory directly (this is a simplification, but illustrates the basic idea). I'll take a look at that when I have some time. I do like the node.js-like APIs quite a bit,

Beest,
Bogdan


fyr~