Skip to content

Commit a52b105

Browse files
committed
Update README.adoc
1 parent e703718 commit a52b105

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Mycontroller.org - The Open Source Controller for mysensors.org
1+
= MyController.org - The Open Source Controller for mysensors.org
22
:source-language: java, angularjs
33

44
== About
@@ -13,10 +13,10 @@ As MyController.org is very lightweight, Required only
1313
* Memory(RAM) : 40 MB
1414
* Java : 1.8 or later
1515

16-
NOTE: Tested upto 3 nodes and 10 sensors with the above configuration.
16+
NOTE: Tested up to 3 nodes and 10 sensors with the above configuration.
1717

18-
===== Supported platformes (tested)
19-
MyController.or is java based application server. We can run it in any platform which supports Java.
18+
===== Supported Platforms (tested)
19+
MyController.org is java based application server. We can run it in any platform which supports Java.
2020

2121
- Linux
2222
- Windows
@@ -63,15 +63,15 @@ mcc.serialport.driver.type=auto
6363
mcc.serialport.name=/dev/ttyUSB0
6464
mcc.serialport.baud.rate=115200
6565
```
66-
- `mcc.serialport.driver.type`: Available driver type: `pi4j, jssc, jserialcomm, auto`. It is recommended to keep in `auto`.
67-
- `mcc.serialport.name` : will vary based on platform and number of ports. Find it in your computer and update
68-
- `mcc.serialport.baud.rate` : by default http://www.mysensors.org/build/serial_gateway[Serial Gateway] uses `115200`. If you changed on your setup you have to update your custom value
66+
- `mcc.serialport.driver.type`: Available driver types: `pi4j, jssc, jserialcomm, auto`. It is recommended to keep in `auto`. *For now `jssc` driver is not stable with MyController.org*
67+
- `mcc.serialport.name` : will vary based on platform and number of ports. Find it on your computer and update
68+
- `mcc.serialport.baud.rate` : by default http://www.mysensors.org/build/serial_gateway[Serial Gateway] uses `115200`. If you changed on your setup you have to update your custom value here.
6969

7070
*Database Configuration*
7171
```
7272
mcc.h2db.location=../conf/mycontroller
7373
```
74-
You can change default location.
74+
You can change default location and file name. File will be stored with the file extension `.mv.db`. Do not add file extenstion.
7575

7676
*Web server configuration*
7777
```
@@ -81,11 +81,11 @@ ssl.keystore.file=../conf/keystore.jks
8181
ssl.keystore.password=password
8282
ssl.keystore.type=JKS
8383
```
84-
- `enable.https` : Enable/disable https. Only one protocol supported.
84+
- `enable.https` : Enable/disable https. Only one protocol supported at a time.
8585
- `http.port` : Port number you want to access MyController.org server
8686
- `ssl.keystore.file, ssl.keystore.password, ssl.keystore.type` : If https is enabled these fields are mandatory.
8787

88-
IMPORTANT: Change default `ssl.keystore.file` and `ssl.keystore.password`
88+
IMPORTANT: Change default `ssl.keystore.file` and `ssl.keystore.password` and https protocol is recommended
8989

9090
*Logger configuration*
9191

0 commit comments

Comments
 (0)