# README
Synse Server/Emulator Demo
This repository contains a proof of concept for a dashboard via synse-sdk.
It shows how synse-cli contexts can be selected implicitly through user interaction and potential for device management through a Kubernetes control plane.
Requirments
- kind
- Go 1.17+
- Octant 0.25.1+
- Create a kind cluster with an installation of metallb to allow services to have external IPs.
- Install synse server and emulator plugin via
kubectl apply -f manifests/synse-demo.yaml
. - Compile the plugin with
make build
and move binary to$HOME/.config/octant/plugins
.