hardbyte / hardbyte/python-can

blf FIle Metadata

Offen
#1,820 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement
Vorherrschende Sprache
Python
Sterne
1.6k
Forks
697
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

### Is your feature request related to a problem? Please describe.
When using the `BLFReader()`, file metadata is scarce (file, object_count, sizes, timestamps). Some other information would be very interesting, like applications that created the file and especially the channel list and channel types.

### Describe the solution you'd like
Add more metadata to the blf object, namely application name and especially channel information. This should be in the file metadata since other software (namely MATLAB) produces fairly detailed data on channels before loading actual data, like
```
ChannelID Protocol Objects
_________ ________ _______

1 "CAN" 0
2 "CAN FD" 6048410
3 "CAN" 5782778
4 "CAN FD" 0
```

This can really help parsing the file. Alternatives see below

### Describe alternatives you've considered
When running through the message genarator, messages contain the channel attribute. This is just an `int` value which suffices to sort the messages but has no informations as shown above.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.