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

No examples #1

Open
vi opened this issue Sep 2, 2018 · 1 comment
Open

No examples #1

vi opened this issue Sep 2, 2018 · 1 comment

Comments

@vi
Copy link

vi commented Sep 2, 2018

There should be something like a no_std TCP echo server example.

@jbg
Copy link

jbg commented Aug 29, 2019

This crate doesn't contain a pure Rust TCP implementation; it just contains the parts of std::net (mostly address types) that don't depend on the rest of std.

Without std, you don't have sockets, so you'd need to look elsewhere (e.g. https://github.com/m-labs/smoltcp) if you want to make a no_std TCP server.

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

No branches or pull requests

2 participants