4refr0nt / ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers
http://esp8266.ru/esplorer/
GNU General Public License v2.0
1.22k stars 326 forks source link

ESPlorer

Build Actions Status Join the chat at https://gitter.im/4refr0nt/ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers

Package Description

The essential multiplatforms tools for any ESP8266 developer from luatool author’s, including a LUA for NodeMCU and MicroPython. Also, all AT commands are supported.

Requires Java 8 or above. Download the latest and greatest one from Oracle website.

Supported platforms

Detailed features list

Discuss

Home Page

http://esp8266.ru/ESPlorer/

Latest binaries download

Check out Releases

Build from sources

Windows

mvnw.cmd clean package

Linux / Mac OS

./mvnw clean package

The build creates all-in-one executable ESPlorer.jar in the target folder. Then run the app:

java -jar target/ESPlorer.jar