UNPKG

@rflafla/f1-udp-parser

Version:

The F1 series of games support the outputting of key game data via a UDP data stream. This data can be interpreted by external apps or connected peripherals for a range of different uses, including providing additional telemetry information, customised HU

8 lines (7 loc) 223 B
import { F1Parser } from '../F1Parser'; export declare class LiveryColourParser extends F1Parser { constructor(); } export declare class ParticipantDataParser extends F1Parser { constructor(packetFormat: number); }