You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*MyController.org* is automation controller for home, office or any place.
23
-
Primarly this project started to support http://www.mysensors.org/[MySensors]. But later it expands support to other network also. Considered system resources in mind on development, as a outcome even we can run it on Raspberry PI (256 MB) very first model.
22
+
*MyController.org* is an IoT automation controller for home, office or any place.
23
+
Primarly this project was started to support http://www.mysensors.org/[MySensors]. Later it was expanded to support other networks also. MyController.org was designed to run with limited resources. For instance, it can run on the first generation Raspberry Pi.
24
24
25
25
== Localization
26
-
MyController.org supports multiple languages. If you have interest to add/translate your native language for MyController.org send a request on https://www.transifex.com/mycontrollerorg/multi-locale/[Transifex MyController.org locale project]
26
+
MyController.org supports multiple languages. If you are interested in providing a translation for your native language, send a request via https://www.transifex.com/mycontrollerorg/multi-locale/[Transifex MyController.org locale project]
27
27
28
-
== System Requirement
28
+
== System Requirements
29
29
30
-
MyController.org is a very lightweight server, It required very less resource, believe me ;)
30
+
MyController.org is a very lightweight server. Its resource requirements are modest:
31
31
32
32
* Disk : ~100 MB (may require more space, when we store metrics data for long time)
33
33
* Memory(RAM) : 256 MB
34
34
* Java : 1.8 or later
35
35
36
36
===== Supported Platforms (tested)
37
-
MyController.org is java based application server. We can run it in any platform where Java support is available.
37
+
MyController.org is a Java-based application server. It can run on any platform where Java support is available.
38
38
39
39
- Linux
40
40
- Windows
41
41
- Orange PI
42
-
- Raspberry PI (Oracle Java recommend)
42
+
- Raspberry PI (Oracle Java recommended)
43
43
44
44
== MyController and MySensors Setup
45
45
@@ -53,21 +53,21 @@ image::extra/images/MyController-MySensors-RF.png[MyController and MySensors se
53
53
54
54
====== Configuration
55
55
56
-
Extract downloaded bundle where exactly do you want to run. Configuration files located in `mycontroller/conf`
56
+
Extract the downloaded bundle in the directory where you want it to run. The configuration files are located in `mycontroller/conf`
57
57
58
58
File: `mycontroller.properties`
59
59
60
-
*Temporary file*
60
+
*Temporary files*
61
61
----
62
62
mcc.tmp.location=tmp/ # <1>
63
63
----
64
-
<1> You can change default location and file name. This file used as server temporery location. Used for the operation such as backup, restore, etc.,
64
+
<1> You can change the default location and file name. This directory is used as a temporary locationfor operations such as backup, restore, etc.
65
65
66
66
*Database Configuration*
67
67
----
68
68
mcc.db.h2db.location=../conf/mycontroller # <1>
69
69
----
70
-
<1> You can change default location and file name. File will be stored with the file extension `.h2.db`. Do not add file extension.
70
+
<1> You can change the default location and file name. The database file will be stored with the extension `.h2.db`. Do not add file extension to this property.
0 commit comments