Commit Graph
31 Commits
Author SHA1 Message Date
esilva 2dc1771bb6 Fixed the file exporting for live telemetry data 2025-01-06 17:46:14 +00:00
esilva f925cede6d Add the ability to export to an IBT file v0.0.4 2025-01-03 14:31:25 +00:00
esilva 300c86190b Updated this to use the package 2024-11-05 18:05:27 +00:00
esilva 5fa39f2935 Merge branch 'master' into unittesting 2024-11-05 18:02:59 +00:00
esilva 423b8dcc22 Move this into its own package 2024-11-05 17:54:41 +00:00
esilva b6aaaab8b2 Merge branch 'master' of ssh://esilva.org:666/home/esilva/privGit/ibtReader 2024-11-05 15:51:13 +00:00
esilva 0f33e19558 Added the README 2024-11-05 15:50:52 +00:00
esilva 57d006c0e7 Addig the PDF document I found with some data 2024-11-03 22:57:24 +00:00
esilva 23a7efc37d Moved the check for EOF on the Update method 2024-11-03 22:54:40 +00:00
esilva 7a1b128d6b Got the constants from the CPP SDK and will comb trough them later 2024-11-02 16:03:34 +00:00
esilva 2e1b811a80 Forgot to add the cmp pacakge 2024-11-02 16:02:33 +00:00
esilva 6d03e46b44 Added the test for the disksubheaders and fixed the headers one 2024-11-02 16:02:21 +00:00
esilva f8149d687d Merge branch 'master' into unittesting 2024-11-02 15:38:04 +00:00
esilva dcfaec6d63 Moved the mstokph function to a subpackage of its own (conversions) 2024-11-02 15:36:56 +00:00
esilva b66606fc6c Added the gitignore 2024-11-02 15:33:50 +00:00
esilva e153a2efb1 Added a telemetry file to use for testing stuff and whatnot 2024-11-02 15:33:25 +00:00
esilva b2a3e2f97c Added a unittest for the header parsing 2024-11-01 22:42:33 +00:00
esilva 4c795c49c4 Removed the check for the length of header size because its a fixed size buf 2024-11-01 22:38:15 +00:00
esilva 7ce4d0ed4b Added the Linux and Darwin stubs for the winutils package
This means that the livedata bit of the code is only available on
windows
2024-10-30 23:26:29 +00:00
esilva 422d90e98a The live data also works now, but I have some refactoring to do 2024-10-29 14:52:40 +00:00
esilva dbf30c1d4e Fixed the width, its only for the looks 2024-10-29 14:52:21 +00:00
esilva 78a2512410 Code now runs on Linux for local files
I still need to add the support for message broadcasting tho, it should
not be that hard
2024-10-28 12:15:16 +00:00
esilva d48a6fa24a SessionInfo parsing and another stuff 2024-10-27 23:25:28 +00:00
esilva 2bc756a2f0 Rolled back some stuff here like the package stuff
This will add support to view live data
2024-10-27 22:48:32 +00:00
esilva 62a38da3b3 Change the package name, again v0.0.3 2024-10-27 15:45:19 +00:00
esilva 94c68ccd5a At this point I'm just messing around with go packages : | 2024-10-27 15:38:42 +00:00
esilva 8c67280e46 Changed the name of the package 2024-10-27 15:36:22 +00:00
esilva 7b550e16f8 Transformed the code into a package 2024-10-27 15:32:59 +00:00
esilva fdc53f80e7 Formatting and added errors to the var header parser 2024-10-27 15:29:48 +00:00
esilva eeea06942a Organized the code a bit better and it works now
This is a basic functioning version of an IBT file parser
Currently it can only parse a file, but I do want to support live data
2024-10-27 15:09:36 +00:00
esilva e1a478d9b5 First commit
This project shall offer a iRacing telemetry parser with as little
dependencies as possible
2024-10-26 22:56:42 +01:00