Add deprecation notice

This commit is contained in:
Joshua Boniface 2022-07-24 12:31:32 -04:00
parent 8ec01d3705
commit ecdd5d0bbb
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# RPiBMC # RPiBMC
A BMC (LOM) created with a Raspberry Pi. A BMC (LOM) created with a Raspberry Pi.
**STOP:** This project is deprecated; I stopped using it several years ago. If you're looking to do this today, [an RPi KVM](https://pikvm.org/) is a much more robust solution!
Allows one to build a Raspberry Pi-based BMC unit for an IPMI-less server. The Allows one to build a Raspberry Pi-based BMC unit for an IPMI-less server. The
Raspbian system must include the package `screen` and (via `pip`) the Python Raspbian system must include the package `screen` and (via `pip`) the Python
libraries `python-daemon` and `raspberry-gpio-python` (installed by default). libraries `python-daemon` and `raspberry-gpio-python` (installed by default).