Crates.io | defmt-tcp |
lib.rs | defmt-tcp |
version | 0.1.2 |
source | src |
created_at | 2022-11-19 11:59:47.010911 |
updated_at | 2023-12-22 18:12:34.687317 |
description | Prints defmt logs received from a TCP interface |
homepage | |
repository | https://github.com/miathedev/defmt-tcp |
max_upload_size | |
id | 718461 |
size | 32,950 |
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 project.
run cargo install defmt-tcp
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.
Licensed under either of
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.