-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extract signaling client from webrtc clients. * Extract signaling client from webrtc clients. * Fix SignalingClient.js * Use WebSocket instead of sio, C++ not done. * Replace sio::message by nlohmann::json (Not working yet). * Migrate from sio to ws. * Fix python tests. * Fix python tests.
- Loading branch information
Showing
86 changed files
with
2,383 additions
and
1,737 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.7 | ||
1.0.0 |
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
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
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
Submodule IXWebSocket
added at
688af9
Submodule cpp-httplib
updated
18 files
+2 −2 | .github/workflows/test.yaml | |
+43 −26 | CMakeLists.txt | |
+39 −7 | README.md | |
+8 −1 | example/Makefile | |
+1,156 −443 | httplib.h | |
+17 −8 | httplibConfig.cmake.in | |
+7 −0 | meson.build | |
+1 −0 | meson_options.txt | |
+25 −12 | test/CMakeLists.txt | |
+7 −0 | test/Makefile | |
+10 −0 | test/fuzzing/CMakeLists.txt | |
+2 −1 | test/fuzzing/server_fuzzer.cc | |
+4 −4 | test/fuzzing/standalone_fuzz_target_runner.cpp | |
+8 −1 | test/meson.build | |
+1,258 −412 | test/test.cc | |
+1 −1 | test/test_proxy.cc | |
+8,192 −0 | test/www/dir/1MB.txt | |
+1 −0 | test/www/dir/meson.build |
Submodule cpp-subprocess
updated
13 files
+20 −0 | .editorconfig | |
+76 −0 | .github/workflows/cmake-multi-platform.yml | |
+0 −11 | .travis.yml | |
+16 −9 | CMakeLists.txt | |
+23 −17 | subprocess.hpp | |
+16 −3 | test/CMakeLists.txt | |
+6 −1 | test/test_cat.cc | |
+7 −1 | test/test_env.cc | |
+3 −1 | test/test_err_redirection.cc | |
+23 −0 | test/test_redirection.cc.in | |
+7 −0 | test/test_redirection.py | |
+11 −3 | test/test_ret_code.cc | |
+4 −4 | test/test_subprocess.cc |
Submodule googletest
updated
144 files
Submodule socket.io-client-cpp
deleted from
46d3a8
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.