package
0.0.0-20240702082551-bb59e5bdf72b
Repository: https://github.com/openrfsense/backend.git
Documentation: pkg.go.dev
# Functions
Starts a measurement on a list of nodes and returns an aggregated spectrum measurement
@summary Get an aggregated spectrum measurement from a list of nodes @description Sends an aggregated measurement request to the nodes specified in `sensors` and returns a list of `stats.Stats` objects for all sensors taking part in the campaign.
List campaigns
@summary List campaigns @description Returns a list of campaigns that were successfully started.
Creates a router for the public API.
Get stats from a node
@summary Get stats from a node @description Returns full stats from the node with given hardware ID.
List nodes
@summary List nodes @description Returns a list of all connected nodes by their hardware ID.
Starts a measurement on a node and returns the raw spectrum measurement
@summary Get a raw spectrum measurement from a list of nodes @description Sends a raw measurement request to the nodes specified in `sensors` and returns a list of `stats.Stats` objects for all sensors taking part in the campaign.
Get samples
@summary Get samples @description Returns a list of all the samples recorded during a campaign by a specific sensors partaking in said campaign.