Big thanks to :

ESP3DLib contributors for their suggestions, feedback and ideas submitted during 1.X sustaining phase and 3.X development phase which pushed me to rewrite the ESP3DLib/ESP3D code to make it better and easier to sustain.

Embedded code / inspiration code

  • FTP server come from Jean-Michel Gallego https://github.com/gallegojm/Arduino-Ftp-Server
  • WebDav server come from David Gauchard https://github.com/d-a-v/ESPWebDAV
  • Line support come from https://github.com/TridentTD/TridentTD_LineNotify and https://notify-bot.line.me/doc/en/ and https://pushover.net/api
  • Pushover support come from https://github.com/ArduinoHannover/Pushover
  • Email support come from https://github.com/CosmicBoris/ESP8266SMTP and https://www.electronicshub.org/send-an-email-using-esp8266/
  • Telegram support come from https://medium.com/@xabaras/sending-a-message-to-a-telegram-channel-the-easy-way-eb0a0b32968

Libraries

  • Websockets come from Markus Sattler https://github.com/Links2004/arduinoWebSockets
  • ESP32SSDP come from luc-github https://github.com/luc-github/ESP32SSDP
  • SdFat come from Bill Greiman https://github.com/greiman/SdFat
  • ESP32 core for arduino come from https://github.com/espressif/arduino-esp32
  • Alternative of Arduino come from PlatformIO https://platformio.org/