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

15 lines 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RULESETS = void 0; exports.RULESETS = { 0: 'Practice & Qualifying', 1: 'Race', 2: 'Time Trial', 4: 'Time Attack', 6: 'Checkpoint Challenge', 8: 'Autocross', 9: 'Drift', 10: 'Average Speed Zone', 11: 'Rival Duel', }; //# sourceMappingURL=rulesets.js.map