Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 517 Bytes

Garden Sensor

Goals

  • Enable local control and automation of a garden
  • Use open standards and technology

Project organization

backend

API server which allows individual systems to be monitored and controlled. Written in Go.

backend/web

Web interface for the API server. Written in Vue.

firmware

Firmware for an individual sensor system. Currently written in C++.

Development

  1. Fork and clone this repository
  2. Make changes
  3. Push your changes to your fork
  4. Open a pull request