Commit Graph
60 Commits
Author SHA1 Message Date
Commander1024 4449131079 Refine Wi-Fi, mDNS, and terminal lifecycles
- Stage disabled station profile edits without restarting the radio
- Make mDNS initialization failure-isolated and reannounce in place
- Document deferred admin actions and explicit browser disconnect
  behavior
2026-08-31 04:29:54 +02:00
Commander1024 3feb3b5916 Add configurable Wi-Fi station mDNS hostname support. Mini-Feature #1 2026-08-31 04:14:38 +02:00
Commander1024 06bf33b3cf Add Explicit Session Exit Controls Mini-Features ä2+3 2026-08-31 04:02:19 +02:00
Commander1024 c37fab67db Avoid Wi-Fi restarts for disabled profiles Fix #3 2026-08-31 03:51:24 +02:00
Commander1024 d9bd86bb84 Move RS-232 status under debug. Fix #2 from list. 2026-08-31 03:45:38 +02:00
Commander1024 2aafff25be Keep USB line coding diagnostic only. Fix cdc connect reconfiguring UART
1
2026-08-31 03:40:55 +02:00
Commander1024 6ad6c00d68 Harden cleanup and reduce internal RAM use. Phase 8C nearly validated
and somewhat stable.
2026-08-31 03:33:43 +02:00
Commander1024 868e9ebc23 Remove outdated startup and SSH banners 2026-08-30 23:20:52 +02:00
Commander1024 26e8bbe905 Revert "Remove SSH console startup instructions"
This reverts commit ec56d20b3e.
2026-08-30 23:14:18 +02:00
Commander1024 ec56d20b3e Remove SSH console startup instructions 2026-08-30 23:11:39 +02:00
Commander1024 5ecd88e19f Align UART completion with SSH behavior 2026-08-30 23:07:59 +02:00
Commander1024 35a6f32e8b Display SSH completion candidates for ambiguous prefixes 2026-08-30 23:00:01 +02:00
Commander1024 21d1b12f31 Share completion and add SSH line editing 2026-08-30 22:45:58 +02:00
Commander1024 2f383cd283 Refresh agent documentation for current behavior 2026-08-30 22:45:33 +02:00
Commander1024 7b87375980 Align Documentation With Current Firmware Behavior 2026-08-30 19:11:39 +02:00
Commander1024 f227a2026f Add Project Guidance For Agents 2026-08-30 18:55:11 +02:00
Commander1024 c2c11fee4e Expand admin SSH command capabilities
Add per-session history, tab completion, interactive prompts, and
bounded input handling. Support deferred lifecycle and host-key actions
after output drains, and document the expanded administration workflow.
2026-08-30 18:34:01 +02:00
Commander1024 0a1bbd6782 Add Serialized SSH Administrative Console 2026-08-30 18:07:02 +02:00
Commander1024 44e3962444 Complete Local Display and Button Interface Validation 2026-08-30 12:27:09 +02:00
Commander1024 302b9065bd Mark Phase 8B complete and add Phase 8E
Document target-hardware validation for role-aware authentication and
outline the planned web session login and logout architecture.
2026-08-30 12:23:01 +02:00
Commander1024 7a4769fdd8 Allow SSH keys on multiple accounts
Update validation and duplicate checks to scope key uniqueness per
account, and clarify the console error message. Document cross-account
key assignment and authentication testing.
2026-08-30 12:11:16 +02:00
Commander1024 c7d0d59f3e Cache web authentication results
Add a short-lived, HMAC-keyed cache for validated principals and
invalidate entries when principals become stale. Improve duplicate SSH
key
errors and enable Ed25519 streaming verification.
2026-08-30 12:02:44 +02:00
Commander1024 b7999043ca Mark Phase 7 As Target-Hardware Validated 2026-08-30 07:53:51 +02:00
Commander1024 bb8e385354 Separate user administration test documentation 2026-08-30 01:35:26 +02:00
Commander1024 0c058b6a8f Implement role-aware HTTPS and SSH authentication 2026-08-30 01:31:05 +02:00
Commander1024 cd235445c7 Add role-based user database administration 2026-08-30 00:56:18 +02:00
Commander1024 0c7b763bec Add role-based user administration phase 2026-08-30 00:05:58 +02:00
Commander1024 57a18be9bd Add project logo to authenticated web UI 2026-08-29 21:25:25 +02:00
Commander1024 96e5792273 Add bounded OLED boot identity animation 2026-08-29 21:05:22 +02:00
Commander1024 276559536b Add persistent OLED UI settings and recovery 2026-08-29 20:18:08 +02:00
Commander1024 16c0c02389 Add Wi-Fi next-profile rotation control 2026-08-29 19:43:21 +02:00
Commander1024 371c0ab896 Add local OLED recovery controls 2026-08-29 19:31:57 +02:00
Commander1024 e291e29357 Implement Phase 7C local status dashboard
Add fixed status icons, OLED dimming and wake behavior, lowercase
glyphs, and access-point metadata tracking. Update validation guidance,
roadmap status, and provide an icon layout mockup with licensing.
2026-08-29 19:05:06 +02:00
Commander1024 c10e7d24a8 Implement Read-Only OLED Status UI 2026-08-29 15:29:19 +02:00
Commander1024 4aa5ca80da Add Panel-Aware Local OLED Display Service 2026-08-29 14:37:44 +02:00
Commander1024 ec9ca5e6d2 Add OLED and button diagnostics 2026-08-29 14:13:34 +02:00
Commander1024 bb04e0ba79 Document Phase 7 display hardware and implementation plan 2026-08-27 16:46:08 +02:00
Commander1024 fa339a3dfa Stabilize concurrent SSH and WebSocket transports 2026-08-26 23:53:13 +02:00
Commander1024 a350ba2f5e Add SSH phase roadmap documentation 2026-08-25 15:48:02 +02:00
Commander1024 a58eacb7d2 Move wiring documentation under docs directory 2026-08-25 15:28:49 +02:00
Commander1024 bbcdf37a3b Document commands and electrical test procedures, delittered README,
overall restructure of docs.
2026-08-25 15:16:08 +02:00
Commander1024 d779fb046e Add memory diagnostics and optimize PSRAM usage 2026-08-25 11:08:02 +02:00
Commander1024 f6a275c543 Bound WolfSSH reads per I/O operation
Add callback-scoped read budgets to prevent excessive socket reads and
map network errors to WolfSSH statuses. Also shut down sockets after
repeated authentication failures.
2026-08-25 10:29:40 +02:00
Commander1024 72d030bc7a Implemented initial SSH support. Memory pressure too high for HTTPS and
SSH. Dirty commit.
2026-08-24 22:30:34 +02:00
Commander1024 c018bfe361 Constrain terminal layout and externalize TLS memory
Improve CSP and favicon handling while preventing terminal resize loops.
Configure mbedTLS allocations in external PSRAM and document its
security implications.
2026-08-24 20:52:10 +02:00
Commander1024 5f7ea5b79d Add authenticated WebSocket serial terminal - dirty commit with front-
and backend issues
2026-08-24 19:45:36 +02:00
Commander1024 8b5417881c Add Authenticated HTTPS Admin Foundation 2026-08-23 17:37:49 +02:00
Commander1024 0dcc0d20d4 Add reboot command and late terminal activation 2026-08-23 16:14:19 +02:00
Commander1024 f9d3e9ece5 Add Network Tools And Nested Command Completion 2026-08-23 15:47:28 +02:00
Commander1024 c5f3595173 Add native Wi-Fi management and persistence 2026-08-23 14:57:53 +02:00
Commander1024 aa5fa207b6 Add native USB CDC broker transport 2026-08-23 00:47:56 +02:00
Commander1024 6793f6bcc2 Add custom dual-OTA flash partition layout
Document the 16 MiB flash layout and one-time migration procedure.
2026-08-23 00:07:23 +02:00
Commander1024 2524f43fac Add Transport-Neutral Serial Session Broker 2026-08-23 00:01:50 +02:00
Commander1024 535c27350d Add Phase 1 UART service foundation
Add versioned NVS-backed configuration, buffered UART1 I/O, modem
monitoring, counters, and serial console controls. Coordinate UART1
ownership with Phase 0 diagnostics and document loopback verification.
2026-08-22 23:23:13 +02:00
Commander1024 126314a277 Add CTS and RTS flow-control tests 2026-08-22 22:36:37 +02:00
Commander1024 3024b135dc Add Phase 0 RS-232 characterization harness and test firmware with cli 2026-08-22 16:15:53 +02:00
Commander1024 e43b624aec Add project logo and update ignore rules 2026-08-22 13:27:11 +02:00
Commander1024 146dfe51a7 Add GPL-3.0 license and document hardware wiring 2026-08-21 13:02:18 +02:00
Commander1024 9fe4ac75fd text formatting 2026-08-21 12:28:17 +02:00
Commander1024 0ce360da20 Initialize ESP32-S3 smoke-test project cycling the RGB led. 2026-08-21 11:51:56 +02:00