You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: esp32/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ Our firmware for ESP32 boards is built upon the original firmware by [martin-ger
5
5
The core additions are made in the `dewi.c` file, within the project's main directory. The original `esp32_nat_router.c` is modified to import `dewi.h` and to store the info on connceted WiFi clients inside the `wifi_event_handler`, specifically within the `WIFI_EVENT_AP_STACONNECTED` and `WIFI_EVENT_AP_STADISCONNECTED` events.
We have designed a simple protocol to facilitate communication between the ESP32 access point and an API service. The API service has the role of validating and packing together data messages into *W3bstream Tasks* and submitting them to W3bstream. We deployed a specific ZK logic to W3bstream to process data and compute a "work score" for each device.
0 commit comments