1eac67d09ad801173225e7d5e5e4889a17a1a496
Arma-Influx
A3 extension for sending metrics to InfluxDB using Golang
Build
Windows
Requires Go 1.20.1+ & MinGW
$ENV:GOARCH = "amd64"
$ENV:CGO_ENABLED = 1
go build -o RangerMetrics_x64.dll -buildmode=c-shared .
To validate exported functions:
. "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\dumpbin.exe" /exports .\RangerMetrics_x64.dll
Notes
See more: https://github.com/code34/armago_x64
Description
Arma3 Influx code to Submit information to the Influx Database after complied to a DLL or SO
Based off of Arma3 Influx created by 7Calv
Languages
Go
88.6%
C
7.5%
SQF
2.8%
Makefile
1.1%