Skip to content

solobito/BitaxeLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bitaxe WebSocket & HTTP Logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages