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

DHCP client + browse url with specific port #425

Open
serusko opened this issue Apr 4, 2022 · 1 comment
Open

DHCP client + browse url with specific port #425

serusko opened this issue Apr 4, 2022 · 1 comment

Comments

@serusko
Copy link

serusko commented Apr 4, 2022

Hi guys is it possible to use custom Port for GET request ??

i need automatic dhcp client with possibility to send request to specific port, i am not able to make it work from existing docs

thanks

@serusko serusko changed the title DHCP client + browser url with specific port DHCP client + browse url with specific port Apr 4, 2022
@globalcitizen
Copy link
Contributor

DHCP is used to obtain an IP address and always uses fixed port.

It sounds like you want to make an HTTP request to non-standard port after obtaining an IP.

This is possible, see here: https://github.com/njh/EtherCard/blob/main/src/EtherCard.cpp#L26

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