Categorygithub.com/ping-42/server
modulepackage
0.1.41
Repository: https://github.com/ping-42/server.git
Documentation: pkg.go.dev

# README

PING42 Telemetry Server

This service receives telemetry connections from the sensor network and diligently stores its telemetry in a database.

Note: This service is intended to be ran during either development or on the production infrastructure.

Development

To run the local dev server:

go run . --help # for more info

CLI Arguments

Run the actual server:

 go run . run

Create new sersor:

 go run . mksensor -n SensorName -l SensorLocaltion

Run migrations:

 go run . migrate

# Packages

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