https://github.com/petermcd/turing-pi-bmc
https://github.com/petermcd/turing-pi-bmc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/petermcd/turing-pi-bmc
- Owner: petermcd
- License: mit
- Created: 2023-03-04T02:19:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T09:22:51.000Z (over 2 years ago)
- Last Synced: 2025-02-17T03:44:26.543Z (over 1 year ago)
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BMC
WARNING, This package is likely to change dramatically as I learn more about the Turing Pi 2 BMC API.
BMC is a simple package to interact with the Turing Pi 2 BMC API enabling features such as
turning on power to nodes.
Due to a change in how the API works in the Turing Pi 2, this package is not compatible with BMC < 2.0.0.
## Usage
```python
from ipaddress import IPv4Address
from bmc.cluster import Cluster
cluster = Cluster(cluster_ip=IPv4Address('192.168.1.170'), username='root', password='turing', verify=False)
sdcard = cluster.nodes
print(sdcard)
```
## TODO
https://docs.turingpi.com/docs/turing-pi2-bmc-api
- [ ] Add support uart
- [ ] Add support firmware
- [ ] Add support flash