qbee-agent icon indicating copy to clipboard operation
qbee-agent copied to clipboard

Device agent component of the qbee.io IoT device management platform.

Results 8 qbee-agent issues
Sort by recently updated
recently updated
newest added

If the edge device has a screen, a pin-based pairing mechanism should be implemented for mass devices, this would avoid implementing a method to connect to a device and then...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.40.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go

This PR adds a new `report` command line argument that allows sending arbitrary reports from the qbee agent to the backend system. ## New Command Usage ```bash # Send a...

Add a new command line argument `report` that sends a single report to the backend system. The report argument should take severity, text, bundle and labels as flags. All flags...