From fb51b91be1980d562dfa156bc2f38b46a289db89 Mon Sep 17 00:00:00 2001 From: Arda Seremet Date: Tue, 21 Jul 2020 22:51:36 +0300 Subject: [PATCH] Added supported boards section --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 71bdded..19b91fb 100755 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,13 @@ # GPIO Management System > This software brings the home/industrial automation experience to Linux SBCs easily. Originally developed for Rock Pi S & NanoPi-NEO & OrangePi-Zero boards. +## Originally supported boards +- OrangePi Zero [WiringOP supported] +- Raspberry Pi [Untested] [Sysfs supported] +- NanoPi-NEO [WiringNP supported] +- Rock Pi S [Sysfs supported] +#### Adding a new board is as easy as putting 3 lines of code in app.js file! + ## What does it do? For a long time, I was researching about a good automation platform for Linux boards. I couldn't find one, but I built one. System exposes a web interface which is very intuitive through a default port of 80. Multiple board instances can be controlled through *one web interface* by IP addresses. This system is also intended to be compatible with other automation softwares such as [Home Assistant](https://github.com/home-assistant/core); for this purpose, I also exposed an HTTP API -*documentation is TBA*- interface.