ESP8266 Support WIKI

User Tools

Site Tools


nodelua

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
nodelua [2015/06/06 21:47]
terrye Convert to Dokuwiki markup, plus comment on last Github commit
nodelua [2016/02/13 12:18] (current)
terrye [Known issues]
Line 15: Line 15:
   * NodeLua is a Lua fork rather than an eLua fork and therefore does not use eLua's [[http://​www.eluaproject.net/​doc/​master/​en_arch_ltr.html|Lua Tiny RAM]] strategy for reducing RAM footprint, hence   * NodeLua is a Lua fork rather than an eLua fork and therefore does not use eLua's [[http://​www.eluaproject.net/​doc/​master/​en_arch_ltr.html|Lua Tiny RAM]] strategy for reducing RAM footprint, hence
   * The RAM size on ESP8266 is really tight for the Lua interpreter,​ currently there are only ~30KB free memory could be used both by NodeLua and your codes, which means dozens lines of code will used up all the heap space.   * The RAM size on ESP8266 is really tight for the Lua interpreter,​ currently there are only ~30KB free memory could be used both by NodeLua and your codes, which means dozens lines of code will used up all the heap space.
-  * The project is now moribund, with the last GitHub commit ​some 6 months ago.+  * The project is now moribund, with the last GitHub commit ​in December 2014.
  
 It's still in early alpha stage, you are welcome to be a early bird and help us to improve it! You can fork it on GitHub as well as send pull requests back. It's still in early alpha stage, you are welcome to be a early bird and help us to improve it! You can fork it on GitHub as well as send pull requests back.
nodelua.txt · Last modified: 2016/02/13 12:18 by terrye