DoT
DoT copied to clipboard
Web server for NodeMCU ESP8266 lua
DoT (development)
Template for your projects with a web interface.
Installation
- The modules you need (crypto, file, gpio, net, node, sjson, tmr, uart, wifi). Building the firmware
- Download all files to the module.
- Connect to the access point DoT-XXXXXX and go to the address 192.168.4.1.

-
Enter the login (admin) and password (0000).
-
Go to Settings.

- Connect to your wi-fi network

Contributing
Contributions are welcome.
The package is made up of 2 main folders:
- /src (Source files)
- /files (Compiled and compressed files)
To setup and run a local copy:
- Clone this repo with
git clone https://github.com/bondrogeen/DoT - Run
npm installin root folder
After installing the dependencies, you can start working with the sources.
- Run
gilp build(Compile and compress files)
When you're done working on your changes, submit a PR with the details and include a screenshot if you've changed anything visually.
Changelog
0.2.1 (2019-01-31)
- (bondrogeen) Code optimization (development)
0.2.0 (2018-06-01)
- (bondrogeen) Minor edits.
0.1.8 (2018-06-01)
- (bondrogeen) Translates a table into JSON from lua scripts for GET or POST requests.
0.1.6 (2018-05-02)
- (bondrogeen) Changed the pin number for the default settings. Now it's a GPIO2 pin (4).
0.1.5 (2018-04-14)
- (bondrogeen) Minor corrections.
0.1.4 (2018-04-11)
- (bondrogeen) Changed the configuration settings.
0.1.3 (2018-04-09)
- (bondrogeen) fixed the problem with the digital password wi-fi.
0.1.0 (2018-03-26)
- (bondrogeen) Significantly changed the markup classes (before .xs-12 now .s12 ). Changed the appearance.
0.0.7 (2018-03-22)
- (bondrogeen) Added update of web server files
- (bondrogeen) Fixed bug web_file.lua
0.0.6 (2018-03-12)
- (bondrogeen) Fix authentication
0.0.5 (2018-03-04)
- (bondrogeen) Added a test firmware, added NodeMCU Flasher
0.0.4 (2018-03-03)
- (nedoskiv) Fix memory leak.
- (bondrogeen) Changed the appearance, minor fixes css.
0.0.3 (2018-01-25)
- (bondrogeen) Rename web_server.lua to web.lua
0.0.2 (2018-01-13)
- (bondrogeen) Changed executeCode()
0.0.1 (2017-12-08)
- (bondrogeen) init.