0 of 0

File information

Last updated

Original upload

Created by

shoei1944

Uploaded by

qourshi

Virus scan

Safe to use

Tags for this mod

About this mod

A simple mod to send telemetry to UDP. Has SimHub support.

Requirements
Permissions and credits
A simple mod to send telemetry to udp port (3123). Has SimHub support (select BeamNG.drive). Now support Satsuma, Hayosiko, Gifu, Ruscko.

Sends JSON to client.

public float rpm;
public float speed;
public float watertemp;
public float fuel;
public int gear;
public bool rturn;
public bool lturn;
public bool lowbeam;
public bool highbeam;
public bool oilwarn;
public bool check;
public bool parking;
public String gearString;