Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

To Do List

Develo edited this page Feb 10, 2016 · 1 revision

To-Do List

wifigui

  • Add retype password input fields, plus validation
  • Add button to restore default wifi configuration

httpserver

  • Implement heap watchdog
    • If after serving a file the heap is too low, or if a not enough memory error has occurred, reboot the node

httpserver web gui

  • Implement web ui for httpserver-conf, plus all related scripts
  • Interface should have at least:
    • username
    • password
    • enable/disable web access authorization
    • realm message
    • Buttons for Submit, Reset, Cancel, Restore defaults

Node Control

  • Implement web gui for:
    • tcpserver: listening port (80 by default)
    • tcpserver: enabling/disabling of modules (except httpserver, or user could lock himself out)
    • tftpserver: listening port
    • tftpserver: enable/disable
    • compile on boot
    • remove luas after compile
    • Node reboot

Implement generic html example for gpio/adc/pwm

  • Including configurable pins

Implement additional server modules for tcpserver

  • websocket
  • modbus