mirror of https://github.com/pikvm/pikvm.git
Update README.md
This commit is contained in:
parent
901e348ec6
commit
1782c621ba
|
|
@ -1,5 +1,6 @@
|
|||
# Open and cheap DIY IP-KVM based on Raspberry Pi
|
||||
Join to comunity chat for questions and support!
|
||||
|
||||
[](https://discord.gg/bpmXfz5)
|
||||
|
||||
-----
|
||||
|
|
@ -52,8 +53,6 @@ A very simple and fully functional IP-KVM based on Raspberry Pi that you can mak
|
|||
## Open Source
|
||||
* **Community & support**
|
||||
Pi-KVM has a large community. Join the [discord chat](https://discord.gg/bpmXfz5) chat if you have any questions.
|
||||
* **GPL**
|
||||
All software components are fully open - PR welcome!
|
||||
* **Extensible**
|
||||
Pi-KVM was designed as a set of microservices with a plug-in architecture. It's very easy to fix and modify.
|
||||
* **Handy API**
|
||||
|
|
@ -78,7 +77,7 @@ If you want to use Pi-KVM in production, we are ready to accept an order for mod
|
|||
# Required hardware
|
||||
Pi-KVM supports several different hardware configurations, which called **platforms**. At the moment, there are two main ones: **v0** and **v2**.
|
||||
* **v0** platform was designed to work with Raspberry Pi that do not have OTG (**Raspberry Pi 2** and **3**) and requires a little more spare parts for the basic implementation. Also there does not work mass-storage drive.
|
||||
* **v2** is recommed platform is the most modern implementation supporting all the features of Pi-KVM. It was designed to work with **Raspberry Pi 4** and **ZeroW**.
|
||||
* **v2** is is the most modern implementation supporting all the features of Pi-KVM. It was designed to work with **Raspberry Pi 4** and **ZeroW**.
|
||||
|
||||
**We recommend v2 since it supports all features including the Mass Storage Drive. It's also easiest to make.**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue