Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.71 KB

File metadata and controls

27 lines (21 loc) · 1.71 KB

UDMI / Docs / Tools

Common Arguments

Most tools take a site model as the first argument. Many tools take a project spec as the second argument.

Tools

  • keygen - a script to generate an RSA or ES key for single devices
  • pagent - a tool for automated cloud provisioning of devices (GCP)
  • pubber - a sample implementation of a client-side 'device' that implements the UDMI schema
  • registrar - a utility to register and updates devices in Cloud IoT Core (GCP)
  • registrar_service - a wrapper on top of the registrar utility to enable automated triggering of registrar on source repo updates
  • reset_config - a utility to send a config messages to devices
  • sequencer - a utility to validate device sequences (GCP)
  • validator - a utility for validating messages (GCP)
  • gittools - collection of utilities for working with git branches
  • gcloud - various tips and tricks for working with gcloud on GCP
  • bambi backend service - a service to use Google Sheets as an interface to manage updates to the site model source repository
  • reconciler_service - a service to automatically open pull requests from proposal branches in the source repository

Setup