An open API service indexing awesome lists of open source software.

https://github.com/ligerbots/dslogparser

Parse FIRST FRC driver station log files
https://github.com/ligerbots/dslogparser

first frc

Last synced: 3 months ago
JSON representation

Parse FIRST FRC driver station log files

Awesome Lists containing this project

README

          

# dslogparser
Parse FIRST FRC Driver Station log files.

The DSLogParser class can parse FRC .dslog files and extract each entry, which are returned as dictionaries.

The DSEventParser class parses FRC .dsevents, including extracting the match information.

The script dslog2csv.py can read one or many .dslog files to produce CSV file(s).
It can combine .dslog and .dsevents files if the filenames match. See ```dslog2csv.py -h``` for usage information.