We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: