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

reverse-proxy: Add in reverse proxy support to coap-server #1487

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Jul 26, 2024

Tidy up the general proxy logic by moving common functionality into libcoap.

New functions coap_proxy_forward_request() and coap_proxy_forward_response() added.

Support for common shared connection to next hop.

Support for round-robin balancing across multiple next hops.

Tidy up the general proxy logic by moving common functionality
into libcoap.

New functions coap_proxy_forward_request(), coap_proxy_forward_response()
and coap_proxy_is_supported() added.

New --enable-proxy-code support added to configure.

New ENABLE_PROXY_CODE support added to CMakeLists.txt.

Support for common shared connection to next hop.

Support for round-robin balancing across multiple next hops.
@mrdeep1 mrdeep1 merged commit 5f3d7eb into obgm:develop Aug 7, 2024
31 checks passed
@mrdeep1 mrdeep1 deleted the reverse_proxy branch August 7, 2024 08:34
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

Successfully merging this pull request may close these issues.

1 participant