aboutsummaryrefslogtreecommitdiff
path: root/examples/std/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Added some notes for net_ppp examplejubeormk12025-05-221-3/+5
|
* Adjustments for std examplesjubeormk12025-05-221-4/+111
| | | | | | I extended the README.md file to extend instructions for the rest of network examples I modified the tap.sh script to give ownership to the user running it and avoiding running the examples with sudo. This would help someone using a debuger.
* modified examples/std README to avoid possible problemsBart Massey2024-12-311-9/+5
|
* 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