Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miathedev/defmt-tcp
Prints defmt logs received from a TCP interface
https://github.com/miathedev/defmt-tcp
Last synced: 28 days ago
JSON representation
Prints defmt logs received from a TCP interface
- Host: GitHub
- URL: https://github.com/miathedev/defmt-tcp
- Owner: miathedev
- License: apache-2.0
- Created: 2022-11-19T11:48:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T18:12:12.000Z (about 1 year ago)
- Last Synced: 2024-04-24T15:45:42.966Z (10 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# defmt-tcp
> A tool to decode and print [`defmt`] logs received through a tcp socket.
This crate is a modified copy of: (https://github.com/Javier-varez/defmt-uart/blob/main/README.md)
This crate is a derived work from the original [defmt](https://github.com/knurling-rs/defmt) project.
[`defmt`]: https://crates.io/crates/defmt
## Installation
run ```cargo install defmt-tcp```
## Support
Original `defmt` work is part of the [Knurling] project, [Ferrous Systems]' effort at
improving tooling used to develop for embedded systems.If you think this work is useful, consider sponsoring defmt developers via [GitHub
Sponsors].## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
[Knurling]: https://knurling.ferrous-systems.com/
[Ferrous Systems]: https://ferrous-systems.com/
[GitHub Sponsors]: https://github.com/sponsors/knurling-rs