hardbyte / hardbyte/python-can

blf FIle Metadata

Ouverte
#1,820 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Python
Étoiles
1.6k
Forks
697
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

### 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.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.