Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
by facebookC++
4 of 6 standards met
Repository: facebook/wdt. Description: Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. Stars: 2953, Forks: 391. Primary language: C++. Languages: C++ (84.5%), Shell (8.1%), Python (3.4%), Tcl (2.3%), CMake (1.7%). Homepage: https://www.facebook.com/WdtOpenSource Latest release: v1.27.1612021 (9y ago). Open PRs: 5, open issues: 74. Last activity: 3d ago. Community health: 75%. Top contributors: ldemailly, uddipta, nikunjy, Orvid, yfeldblum, andrewjcg, r-barnes, nataliejameson, hjmallon, sls-fb and others.
Last 12 weeks · 4 commits
brew install cmake brew install glog gflags boost brew install double-conversion brew install openssl brew install fmt with above dependence installed when run following command: cmake ../wdt -G "Unix Makefiles" -DBUILD_TESTING=off -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl@1.1/ make -j end error with [ 84%] Linking CXX shared library libwdt_min.dylib ld: malformed 64-bit a.b.c.d.e version number: 1.32.1910230 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: [libwdt_min.1.32.1910230.dylib] Error 1 make[1]: [CMakeFiles/wdt_min.dir/all] Error 2 make: *** [all] Error 2