The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices such as OpenWRT routers and IoT devices, which often have limited ROM and RAM space.
add 3rdparty library.user can compile xfrpc in every platform.
detail:
thirdparty: add json-c,libevent-2.10,openssl1.1.1f source, add 3rdparty's CMakeLists.txt which call by root CMakeLists.txt.
root's CMakeLists.txt modify static build include path and add subdirectory path.
add 3rdparty library.user can compile xfrpc in every platform. detail: thirdparty: add json-c,libevent-2.10,openssl1.1.1f source, add 3rdparty's CMakeLists.txt which call by root CMakeLists.txt. root's CMakeLists.txt modify static build include path and add subdirectory path.