文件名称:statspi:获取有关您的raspberrypi的统计信息
文件大小:106KB
文件格式:ZIP
更新时间:2024-05-18 16:59:55
flask raspberry HTML
StatsPi
statspi是一个本地网站,为您提供有关树莓派的信息。
怎么跑
打开您的终端,去任何您想要的地方并运行
git clone https://github.com/ssebastianoo/statspi
cd statspi
python3 -m pip install flask
python3 -m pip install psutil
现在我们需要设置它以在引导和重新启动上运行,为此,我们需要编辑rc.local
sudo nano /etc/rc.local
向下滚动并粘贴(在exit 0之前的行上)
cd
【文件预览】:
statspi-master
----server.py(2KB)
----config.json(66B)
----README.md(1KB)
----cdn()
--------banner.png(104KB)
----templates()
--------index.html(3KB)
--------restart.html(2KB)
----.gitignore(11B)