-->
Page 4 of 6

Re: Online IDE for ESP8266

PostPosted: Fri Nov 25, 2016 11:16 am
by adoconnection
marcelstoer wrote:Really fantastic stuff, thanks! Looking forward to take it for a test ride in the upcoming days.

All thanks to your magic build service!

Re: Online IDE for ESP8266

PostPosted: Wed Nov 30, 2016 2:01 pm
by adoconnection
Security update (beta)
  • Mandatory HTTPS
  • AES128 encrypted MQTT communications ESP <--> EspSky
  • Downloaded files are signed
  • New sample for SPI display (like Nokia 5110 / pcd8544)

So now devices are somewhat secure and rather will restart all the time than be a part of botnet.

Those few who used EspSky have to download latest ESPSky.lua and reboot device.
Code: Select allhttp.get("http://espsky.com/resources/setup/espsky-latest.txt", nil, function(code, data) if (code == 200) then file.open("ESPSky.lua", "w+"); file.write(data); file.close(); print("OK");else print("ERR");end; end)


Image

Image
Image

Re: Online IDE for ESP8266

PostPosted: Tue Jun 13, 2017 5:42 am
by adoconnection
Updated reference CJSON --> SJSON

Started github repo: https://github.com/adoconnection/EspSky/

Re: Online IDE for ESP8266

PostPosted: Wed Jun 14, 2017 3:24 pm
by faramon
Hi,
great web service but why why why login is just over facebook? I hate facebook
Faramon