repositorypackage
0.0.0-20231101180201-35c7b334446a
Repository: https://github.com/rna-vt/devicecommander.git
Documentation: pkg.go.dev
# README
Device Commander
Device Commander is the beginnings of an IOT platform. It will provide a useful layer for managing a large collection of compliant devices.
Getting Started
- Build
make build
- Start Postgres
make run-local-db
- Run Migrations
device-commander migrate-db
- Start Device Commander
device-commander server