Categorygithub.com/rna-vt/devicecommander
repositorypackage
0.0.0-20231101180201-35c7b334446a
Repository: https://github.com/rna-vt/devicecommander.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

CircleCI

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

  1. Build
  make build
  1. Start Postgres
  make run-local-db
  1. Run Migrations
  device-commander migrate-db
  1. Start Device Commander
  device-commander server