Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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