aboutsummaryrefslogtreecommitdiff
path: root/examples/std/README.md
Commit message (Collapse)AuthorAgeFilesLines
* fix: typo in netcat command for std exampleValentin Trophime2024-01-291-2/+2
| | | The previous given command `nc -l 8000` doesn't let me see anything and lead to a "WARN connect error: ConnectionReset". By explicitly changing the `local-port` of `nc` with the `-p` I can now see the `Hello` message printed, and the warning log disappeared.
* Release embassy-net v0.1Dario Nieuwenhuis2023-06-291-0/+23