Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 644 Bytes

Save the Bitaxe WebSocket and HTTPS logs in a file

Requirements:

  1. Create a virtual environment:
    python3 -m venv .venv
  2. Activate the virtual environment:
    source .venv/bin/activate
  3. Install the dependencies:
    python3 -m pip install -r requirements.txt
  4. Run the script using the IP address of your Bitaxe:
    python3 mywebsocket.py -ip 192.168.1.233
  5. If you do not need WebSocket logs, run the script as follows:
    python3 mywebsocket.py -ip 192.168.1.233 -nowebsocket
  6. The logs will be saved in the db folder.