“The -board” get it? no? okay. DNSentinel now has a real web dashboard! The first version of the dashboard was generated directly inside my C++ code. it worked, but as the dashboard started growing it became obvious that it wasn’t the best design choice. Managing HTML inside C++ strings gets messy quickly. So i refactored it. The dashboard frontend now lives separately in LittleFS on the ESP32, allowing the firmware and webpage to be developed independently. This makes it much easier to add styling, live updates, settings, and other features in the future. Next step: building an API so the dashboard can display live DNS statistics instead of just being a static page.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.