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
This repository contains everything needed to build and run the (**WIP**) remote access server for Tinkerforge WARP Chargers, WARP Energy Managers and ESP32-/ESP32-Ethernet-Bricks.
5
+
6
+
File structure
7
+
--------------
8
+
9
+
``
10
+
.
11
+
├── backend
12
+
├── db_connector
13
+
├── docker
14
+
├── frontend
15
+
└── wg-webclient
16
+
``
17
+
18
+
- ``backend`` The http backend server and relay server between the charger and the users browser
19
+
- ``db_connector`` A crate containing the types needed to interface with the database server
20
+
- ``docker`` Files to run and build the docker containers
21
+
- ``frontend`` Website that is served by the webserver
22
+
- ``wg-webclient`` The Wireguard implementation containing also a network stack and Http and Websocket client.
0 commit comments