Asset Tracking Software
EPC Gen2 reader integration tracking lubricant drums, LPG gas cylinders, and chemical containers across GCC facilities.
Exclusive technology partner for TrackGulf Technologies - architecting RFID asset tracking software for GCC industrial lubricant drums, LPG gas cylinders, chemical containers, and 10km LoRaWAN agricultural mesh networks.
TrackGulf GCC technology partner
LoRaWAN agricultural mesh radius
Industrial RFID drum & cylinder tracking
Source code and hardware bridge SDKs
EPC Gen2 reader integration tracking lubricant drums, LPG gas cylinders, and chemical containers across GCC facilities.
Autonomous long-range sensor networks reading soil moisture, weather data, and crop health metrics over 10km radii.
Converting OPC-UA and Modbus signals from legacy plant PLCs into clean, JSON-formatted MQTT telemetry streams.
We build edge daemons that handle noisy physical signals, intermittent power, and packet loss gracefully.
Evaluating RFID tag types, reader antenna placements, and frequency regulations.
Building Go edge daemons to process tag scans and push to MQTT brokers.
Testing read rates, RSSI signal filtering, and batch scanning in real industrial yards.
Full system launch across GCC facilities with continuous telemetry monitoring.
Go daemon ingesting EPC Gen2 RFID tag events from industrial readers and streaming location updates to MQTT broker.
1package main23import (4 "context"5 "encoding/json"6 "fmt"7)89type TagScan struct {10 EPC string `json:"epc"`11 ReaderID string `json:"reader_id"`12 RSSI int `json:"rssi"`13 Timestamp int64 `json:"timestamp"`14}1516func HandleTagScan(scan TagScan) {17 // Dispatch location update to TrackGulf MQTT broker18 payload, _ := json.Marshal(scan)19 MQTTClient.Publish("trackgulf/scans", 1, false, payload)20}Complete hardware bridge source code, MQTT topics, and portal schemas transferred.
Official technology partner executing RFID tracking for GCC industrial markets.
Protecting your hardware specs and asset tracking volume with formal NDAs.
Architecting RFID tracking software for lubricant drums, LPG gas cylinders, chemical containers, and heavy steel logistics across UAE and Saudi Arabia.
Arivu Technologies is the exclusive technology partner for TrackGulf Technologies, architecting and building the industrial RFID asset tracking software platform for GCC markets.