# uv-mbed **Repository Path**: Potato009/uv-mbed ## Basic Information - **Project Name**: uv-mbed - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2021-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Overview UV-MBED is a cross-platform library allowing asynchronous TLS communication. This is done by combinining [libuv](https://github.com/libuv/libuv) with [mbedTLS](https://github.com/ARMmbed/mbedtls.git) ### Features * async TLS over TCP ### API API is attempted to be consistent with [libuv API](http://docs.libuv.org/en/v1.x/api.html) ### Suuported Platforms * Linux * Darwin/MacOS * Windows ## Build ``` git clone https://github.com/ShadowsocksR-Live/uv-mbed.git cd uv-mbed git submodule update --init mkdir build cd build cmake .. && make ``` ## Test ``` # test url https://mh-nexus.de/downloads/HxDSetup.zip sample/sample -s mh-nexus.de -p 443 -r /downloads/HxDSetup.zip -o a.zip ```