-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve output file naming by using details from aztec code content (#24
) * Add launch config 4 uic918-9 bahncard 25 from base64 raw data * Start impl of simplified json accessor * Try caching conan/data only * Implement json value access with funny variable args and variant 2 distinguish objects from arrays by int and string * Separate generic node extraction from string specific stuff * Add ifString method 4 json access 2 provide simplified usage and forward arg pack to single place * Add ticket key postfix 2 output file names * Add test cases 4 bool 4 json access * Fix optional conversion from json 2 destination value * Add utility method 4 simplified array iteration * Some small fixes 4 readme * Improve docs * Fix namespace * Use latest botan 2.x version * Forward error handling config flags 2 python * Forward uic pub key file config 2 python * Constify as much as possible args 4 decoder and analyzer * Forward error handling config flags as ticket-decoder args * Increase version no * Add origin to empty interpreter results to get a better relation between input and ouput * Improve json result creation in case interpretation fails 2 use builder * Return json containing origin and base64 encoded raw data as a miniaml when interpretation failed or as result of file->base64 * Fix indentiation 4 minimal raw json result * Fix python example in readme * Disable ostream logging in case of ostream json output * Fix typo * Suppress logging in python context * makeup * Avoid some string->json->string conversions while record creation and refactor and simplify json builder stuff * Unify and simplify json handling at some more places 2 avoid conversions * Convert time values in u_flex records properly 2 iso time instead of raw mins * Work around missing impl of format in gcc11 and different in gcc13 and clang14 4 durations of min * Convert utc offset in quater hours to normal iso zone offset string 4 u_flex records * Convert from/until date-times 2 iso instead of crazy day-offsets from issuing date-time 4 u_flex records * Fix naming 4 date conversion method * Support year overflow 4 date conversion from year + day-of-year * Fix naming
- Loading branch information
Showing
52 changed files
with
1,313 additions
and
787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
/.venv | ||
/venv | ||
myeasylog.log | ||
ticketdecoder.log | ||
**/.DS_Store | ||
CMakeUserPresets.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.