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

Is there any example for UDP stack + DHCP? #40

Open
qrp73 opened this issue Aug 16, 2020 · 2 comments
Open

Is there any example for UDP stack + DHCP? #40

qrp73 opened this issue Aug 16, 2020 · 2 comments

Comments

@qrp73
Copy link

qrp73 commented Aug 16, 2020

udp_complete.v works ok. Big thanks for nice udp stack implementation.

Also, it would be great to have DHCP support in order to obtain IP address automatically from the router. Is there any example? Thanks

@alexforencich
Copy link
Owner

I don't have a DHCP client implementation at the moment. Probably would not be all that complicated to implement as DHCP pretty much just uses UDP, the trick is to get the resource utilization low as it's only used very occasionally for configuration and as such does not require high performance. This might be a good application for a small soft processor core or similar.

@ffeldbauer
Copy link

ffeldbauer commented Nov 16, 2022

Sry to revive this old issue, but I'm also interested in a DHCP client on top of your core.
Using the core with a static IP works just fine in my tests, but as I have to use the FGPA in different networks which does not work with static IP address.
Did anyone try to implement a DHCP client on top of this project already?

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

3 participants