Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme of sample #21

Merged
merged 1 commit into from
Sep 12, 2023
Merged

update readme of sample #21

merged 1 commit into from
Sep 12, 2023

Conversation

patriknw
Copy link
Member

No description provided.

@@ -67,7 +67,7 @@ integers where the top bit, when set, indicates that the next byte also contains
data. See [Postcard](https://docs.rs/postcard/latest/postcard/) for more details.

```
echo -n "\x01\x02" | nc -w0 127.0.0.1 -u 8081
echo -n -e "\x01\x02" | nc -w0 127.0.0.1 -u 8081
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to use the -e to enable escape characters \

@patriknw patriknw merged commit 5554c9c into main Sep 12, 2023
1 check passed
@patriknw patriknw deleted the wip-sample-readme-patriknw branch September 12, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants