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

22 lines 631 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PACKETS = void 0; exports.PACKETS = { motion: 'motion', session: 'session', lapData: 'lapData', event: 'event', participants: 'participants', carSetups: 'carSetups', carTelemetry: 'carTelemetry', carStatus: 'carStatus', finalClassification: 'finalClassification', lobbyInfo: 'lobbyInfo', carDamage: 'carDamage', sessionHistory: 'sessionHistory', tyreSets: 'tyreSets', motionEx: 'motionEx', timeTrial: 'timeTrial', lapPositions: 'lapPositions', }; //# sourceMappingURL=packets.js.map