Home

Awesome

<!-- SPDX-FileCopyrightText: 2023 Steffen Vogel <post@steffenvogel.de> SPDX-License-Identifier: Apache-2.0 --> <p align="center" > <img style="width: 25%; margin: 4em 0" src="img/logo.svg" alt="wice logo" /> <h1 align="center">VAN daemon</h1> </p>

GitHub Workflow Status goreportcard Codacy grade License GitHub go.mod Go version Go Reference

🚧 VANd is currently under-development

VANd is a set of Micro-services to monitor and control a camper van / RV.

Architecture

Archictecture

Features

Getting started

To use VANd follow these steps:

  1. Prepare a fresh Raspberry Pi running at least Debian Bullseye.
  2. Make the Raspberry Pi accessible via SSH.
  3. Make sure you have a working Go toolchain installed (Go >= 1.18).
  4. Adjust the configuration file etc/vand.yaml.
  5. Install VANd on the Raspberry Pi by running: make deploy TARGET_HOST=root@192.0.2.1 (where 192.0.2.1 is the IP address of the device).

Documentation

Documentation of vand can be found in the docs/ directory.

Authors

License

vand is licensed under the Apache 2.0 license.

Copyright 2023, Steffen Vogel