-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reverse-proxy: Add in reverse proxy support to coap-server
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.
- Loading branch information
Showing
31 changed files
with
1,651 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.