Initial commit: FarmBox edge stack (ESP32 firmware + MQTT bridge + sync agent)

This commit is contained in:
admin
2026-04-30 10:54:42 +03:00
commit ab52b7a54a
10 changed files with 1397 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "farmbox-iot-bridge",
"version": "1.0.0",
"dependencies": {
"mqtt": "^5.3.4",
"@influxdata/influxdb-client": "^1.33.2",
"node-fetch": "^2.7.0"
}
}