Python wrapper for DragonMint/Innosilicon REST API
Project description
dragon-rest
Python wrapper for DragonMint/Innosilicon REST API
If you use Halong Mining's DragonMint or Innosilicon miners, and would like to interact with it programmatically using Python, then look no further! I have implemented the full HTTP REST API for your enjoyment and pleasure.
Quickstart
Install pip package
$ pip install dragon-rest
Write the Python codes
from dragon_rest.dragons import DragonAPI
dragon_host = '10.0.0.1'
api = DragonAPI(dragon_host,
username='admin',
password='dragonadmin')
r = api.summary() # get summary
print(r)
api.upgradeUpload('t1_20180515_060842.swu') # upgrade firmware
# now you're in the big leagues, boye
Reference
API documentation: https://dragon-rest.readthedocs.io/
For details on the DragonMint API, see: https://halongmining.com/api/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dragon-rest-0.2.1.tar.gz
(4.8 kB
view details)
File details
Details for the file dragon-rest-0.2.1.tar.gz
.
File metadata
- Download URL: dragon-rest-0.2.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7071c59314091db3e9ff7a3f57a1ff16aca9d5aeed0c1bdb3b4e2d33be69aab |
|
MD5 | 24b0714f7e05145507f9aec8c0a2e278 |
|
BLAKE2b-256 | f588c8ac645aec350b55f442717cfe8438268e41a4d234343e38ec8447a29167 |