cassolmedia / bobcatpy

Bobcat Hotspot Diagnoser Python API wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bobcatpy

A Python library to interact with the Bobcat Helium miner diagnostics API.

BobcatPy provides an alternative way to interact with the Bobcat diagnoser interface and includes some additional functionality for easy troubleshooting and maintenance.

Usage

import bobcatpy

# Define your Bobcat instance. Replace with your actual hotspot IP
b = Bobcat("192.168.1.150")

# Get statuses
b.temps()
b.sync_status()
b.miner_status()

# Reboot the hotspot
b.reboot()

# Fastsync the hotspot
b.fastsync()

# Reset the hotspot
b.reset()

# Run diagnostics
b.diagnose()

About

Bobcat Hotspot Diagnoser Python API wrapper

License:GNU General Public License v3.0


Languages

Language:Python 100.0%