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

Support Ipv6 #179

Closed
bjoernQ opened this issue May 17, 2023 · 4 comments
Closed

Support Ipv6 #179

bjoernQ opened this issue May 17, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented May 17, 2023

While we could probably get Ipv6 via embassy-net by just selecting the right feature we need more work to support it for the polling/blocking API.

Another thing to consider: smoltcp currently doesn't come with an DhcpV6 implementation so we should implement a DhcpV6 client (probably not in the same PR) OR implement SLAAC. At a minimum we can also just calculate the link-local address and leave out DAD for the first iteration.

@bjoernQ bjoernQ added the enhancement New feature or request label May 17, 2023
@bjoernQ bjoernQ changed the title Support Ipv6 for the polling/blocking APIs Support Ipv6 May 22, 2023
@bjoernQ bjoernQ self-assigned this May 22, 2023
@bjoernQ
Copy link
Contributor Author

bjoernQ commented May 24, 2023

Basics are done in #181 - further progress seems to be blocked by smoltcp and embassy-net for now

@MabezDev
Copy link
Member

I believe this is complete now.

@urbaniak
Copy link

are there any news about slaac or dhcpv6? looked a while ago into that and haven't found it in smoltcp

@MabezDev
Copy link
Member

We're using smoltcp, not adding anything on top so I think it would be best to open a issue there :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants