The purpose of this project is to verify the sensor data sent to Akamai.
- Install Golang on https://go.dev/doc/install (
^1.20
) - Clone the project :
git clone git@github.com:Noooste/akamai-sensor-verifier.git
- Install the dependencies :
go mod download
- Build the project by doing
go build -o akamai .
- Run with
./akamai
Paste your raw request payload, e.g. {"sensor_data": "..."}