Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 647 Bytes

roadmap.md

File metadata and controls

22 lines (18 loc) · 647 Bytes

nmwifi Roadmap

Features

  • Define the API
  • Connection check loop to periodically try to reconnect to Wi-Fi on AP mode
  • Setup API implementation
  • Check program behavior is correct
  • Python module re-export public functions
  • CLI terminal command to run the Wi-Fi reconnect loop as a process
  • CLI terminal command to setup Wi-Fi and AP
  • Systemd daemon service

Documentation

  • README documentation
  • Install instructions
  • CLI help page
  • CLI basic usage instructions to README
  • Python public API documentation
  • Python type hints
  • Examples directory with python examples