a simple chat server for the esp8266.
- Download the latest release
.binfiles. - Download and install esptool.py.
- Flash the
.binfiles using this command:esptool.py write_flash 0x0 firmware.bin 0x00300000 littlefs.bin.
- Connect the esp8266 to a powerbank.
- Connect to the newly created Wifi-Hotspot
Chat Server. - Open any URL in your browser, it should automatically redirect you. (it doesn't work? try to replace
https://in your URL withhttp://.)
/default landing page./styles.csscss styles for the landing page./scripts.jsjs scripts for the landing page./sendTextPOST endpoint to send a new message. Parameters:nickname,text./showTextcontent of messages.txt file./lastWritetimestamp of last write./clearclear all messages.
