Tactical RMM Agent
Go to file
2022-06-15 18:26:10 -07:00
.vscode testing for install - in progress 2022-06-15 16:37:35 -07:00
agent testing setup 2022-06-15 18:26:10 -07:00
build Release 2.0.4 2022-05-14 21:45:32 -07:00
shared debug and vscode debug launch 2022-06-15 14:42:40 -07:00
.gitignore debug and vscode debug launch 2022-06-15 14:42:40 -07:00
go.mod go 1.18 and update deps 2022-06-07 14:08:36 -07:00
go.sum go 1.18 and update deps 2022-06-07 14:08:36 -07:00
LICENSE.md v2.0.0 2022-03-19 11:55:43 -07:00
main.go Release 2.0.4 2022-05-14 21:45:32 -07:00
README.md testing for install - in progress 2022-06-15 16:37:35 -07:00
versioninfo.json Release 2.0.4 2022-05-14 21:45:32 -07:00

Tactical RMM Agent

https://github.com/amidaware/tacticalrmm

building the agent

env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"

tests

Navigate to agent directory

go test -vet=off