Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsabelmann/symparser-rs
Parser implementation of the SYM file format conceived by PEAK-System.
https://github.com/tsabelmann/symparser-rs
can can-bus parser parsing peak sym
Last synced: about 15 hours ago
JSON representation
Parser implementation of the SYM file format conceived by PEAK-System.
- Host: GitHub
- URL: https://github.com/tsabelmann/symparser-rs
- Owner: tsabelmann
- License: apache-2.0
- Created: 2022-03-13T16:44:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T20:03:57.000Z (over 2 years ago)
- Last Synced: 2024-10-31T11:36:25.985Z (20 days ago)
- Topics: can, can-bus, parser, parsing, peak, sym
- Language: Rust
- Homepage: https://crates.io/crates/symparser
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# symparser
[![Crates.io](https://img.shields.io/crates/v/symparser)](https://crates.io/crates/symparser)[![docs.rs](https://img.shields.io/docsrs/symparser)](https://docs.rs/crate/symparser/latest)![Crates.io](https://img.shields.io/crates/l/symparser)[![Crates.io](https://img.shields.io/crates/d/symparser)](https://crates.io/crates/symparser)
This crate implements a parser for the SYM file format, originally conceived by [PEAK-Systems](https://www.peak-system.com/).
As of today, there exists a tool for Windows ([PCAN-Symbol Editor 6](https://www.peak-system.com/PCAN-Symbol-Editor-6.416.0.html#:~:text=Das%20von%20PEAK%2DSystem%20entwickelte,CAN%2DIDs%20zun%C3%A4chst%20Namen%20zugewiesen.))
that allows the creation and edition of SYM files. The crate is the foundation for a functional implementation of the
SYM file format that will be implemented by the [cantools](https://github.com/tsabelmann/cantools-rs) crate. If you are looking
for software that can be used to analyse CAN-bus data using SYM, have a look at the Python package [cantools](https://github.com/cantools/cantools).## License / Terms of Usage
The source code of this project is licensed under the MIT license. This implies that you are free to use, share, and adapt it. However, please give appropriate credit by citing the project.
## Contact
If you have problems using the software, find mistakes, or have general questions please use the [issue tracker](https://github.com/tsabelmann/symparser-rs/issues) to contact us.
## Contributors
- [Tim Lucas Sabelmann](https://github.com/tsabelmann)