You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I googled to find WS Client that support both WS/WSS with specified certificate file but not found anyone.<br>I don't want wasting time for finding it anymore. So, I decided to make this tool for work and those who needed.
4
4
5
-
####Features #####
5
+
## Features
6
6
7
7
* Support both `Websocket (WS)` & `Websocket Secure (WSS)` protocol
8
8
* Support send/receive/display `Text` & `Binary` data type
@@ -11,21 +11,21 @@ I googled to find WS Client that support both WS/WSS with specified certificate
11
11
* Support cross-platform like Windows, Linux, macOS, etc
12
12
* Others
13
13
14
-
####Instructions #####
14
+
## Instructions
15
15
16
-
> 1. Open a CMD Window in the `da-Websocket-Client` folder
16
+
> 1. Open a CMD/Terminal Window in the `da-Websocket-Client` folder
17
17
> 2. Run the command `pip install -r requirements.txt` to install required packages
18
18
> 3. Run the command `python app.py` to run app from the source code
19
-
> 4.*(Optional) Run the command `PyInstaller --clean --distpath=bin da-Websocket-Client.spec` to build executable file*
20
-
> 3.*(Optional) Run the command file `create-package.cmd`to create a zip package (for Windows) or [download](https://github.com/vic4key/da-Websocket-Client/releases)directly from repository*
19
+
> 4.*(Optional) To build executable file, run the command `pyinstaller --clean --distpath=bin da-Websocket-Client.spec`*
20
+
> 3.*(Optional) To create a package, run the command file `create-package.cmd`(for Windows) or `./create-package.sh` (for Linux or macOS) or directly [download](https://github.com/vic4key/da-Websocket-Client/releases)packages here*
21
21
22
22
*Note: (Optional) The sample SSL file for local machine (`localhost` & `127.0.0.1`) can be found in the `preferences` folder or you can generate your own SSL file by run the following command*
0 commit comments