/akamai-sensor-verifier

Easy tool to check your V2 sensors

Primary LanguageGoMIT LicenseMIT

Akamai Sensor Verifier

The purpose of this project is to verify the sensor data sent to Akamai.

BUILD AND RUN

  1. Install Golang on https://go.dev/doc/install (^1.20)
  2. Clone the project : git clone git@github.com:Noooste/akamai-sensor-verifier.git
  3. Install the dependencies : go mod download
  4. Build the project by doing go build -o akamai .
  5. Run with ./akamai

USE

Paste your raw request payload, e.g. {"sensor_data": "..."}