@@ -13,10 +13,10 @@ If you need more information, please follow these links:
13
13
* [ Blynk library] ( https://github.com/blynkkk/blynk-library )
14
14
* [ Kickstarter] ( https://www.kickstarter.com/projects/167134865/blynk-build-an-app-for-your-arduino-project-in-5-m/description )
15
15
16
- ![ Dashboard settings] ( https://github.com/blynkkk /blynk-server/blob/master/docs/overview/dash_settings.png )
17
- ![ Widgets Box] ( https://github.com/blynkkk /blynk-server/blob/master/docs/overview/widgets_box.png )
18
- ![ Dashboard] ( https://github.com/blynkkk /blynk-server/blob/master/docs/overview/dash.png )
19
- ![ Dashboard2] ( https://github.com/blynkkk /blynk-server/blob/master/docs/overview/dash2.png )
16
+ ![ Dashboard settings] ( https://github.com/Peterkn2001 /blynk-server/blob/master/docs/overview/dash_settings.png )
17
+ ![ Widgets Box] ( https://github.com/Peterkn2001 /blynk-server/blob/master/docs/overview/widgets_box.png )
18
+ ![ Dashboard] ( https://github.com/Peterkn2001 /blynk-server/blob/master/docs/overview/dash.png )
19
+ ![ Dashboard2] ( https://github.com/Peterkn2001 /blynk-server/blob/master/docs/overview/dash2.png )
20
20
21
21
# Content
22
22
@@ -95,7 +95,7 @@ Mail properties:
95
95
mail.smtp.username=YOUR_EMAIL_HERE
96
96
mail.smtp.password=YOUR_EMAIL_PASS_HERE
97
97
98
- Find example [ here] ( https://github.com/blynkkk /blynk-server/blob/master/server/notifications/email/src/main/resources/mail.properties ) .
98
+ Find example [ here] ( https://github.com/Peterkn2001 /blynk-server/blob/master/server/notifications/email/src/main/resources/mail.properties ) .
99
99
100
100
WARNING : only gmail accounts are allowed.
101
101
@@ -180,7 +180,7 @@ save and exit.
180
180
181
181
+ Put bat file to windows startup folder
182
182
183
- You can also use [ this] ( https://github.com/blynkkk /blynk-server/tree/master/scripts/win ) script to run server.
183
+ You can also use [ this] ( https://github.com/Peterkn2001 /blynk-server/tree/master/scripts/win ) script to run server.
184
184
185
185
## Update instruction for unix-like systems
186
186
@@ -222,8 +222,8 @@ Please **do not** revert your server to lower versions. You may loose all of you
222
222
223
223
+ Specify custom server path in your application
224
224
225
- ![ Custom server icon] ( https://github.com/blynkkk /blynk-server/blob/master/docs/login.png )
226
- ![ Server properties menu] ( https://github.com/blynkkk /blynk-server/blob/master/docs/custom.png )
225
+ ![ Custom server icon] ( https://github.com/Peterkn2001 /blynk-server/blob/master/docs/login.png )
226
+ ![ Server properties menu] ( https://github.com/Peterkn2001 /blynk-server/blob/master/docs/custom.png )
227
227
228
228
+ Change your ethernet sketch from
229
229
@@ -286,7 +286,7 @@ Blynk local server is different from Blynk Cloud server. They are not related a
286
286
287
287
## Advanced local server setup
288
288
For more flexibility you can extend server with more options by creating ```server.properties``` file in same folder as ```server.jar```.
289
- Example could be found [here](https://github.com/blynkkk /blynk-server/blob/master/server/core/src/main/resources/server.properties).
289
+ Example could be found [here](https://github.com/Peterkn2001 /blynk-server/blob/master/server/core/src/main/resources/server.properties).
290
290
You could also specify any path to ```server.properties``` file via command line argument ```-serverConfig```. You can
291
291
do the same with ```mail.properties``` via ```-mailConfig``` and ```sms.properties``` via ```-smsConfig```.
292
292
@@ -405,7 +405,7 @@ Blynk server provides administration panel where you can monitor your server. It
405
405
406
406
https://your_ip:9443/admin
407
407
408
- 
408
+ 
409
409
410
410
**WARNING**
411
411
Please change default admin password and name right after login to admin page. **THIS IS SECURITY MEASURE**.
@@ -465,8 +465,8 @@ Enable raw data in ```server.properties``` :
465
465
466
466
#### 3. Download Blynk DB script
467
467
468
- wget https://raw.githubusercontent.com/blynkkk /blynk-server/master/server/core/src/main/resources/create_schema.sql
469
- wget https://raw.githubusercontent.com/blynkkk /blynk-server/master/server/core/src/main/resources/reporting_schema.sql
468
+ wget https://raw.githubusercontent.com/Peterkn2001Peterkn2001 /blynk-server/master/server/core/src/main/resources/create_schema.sql
469
+ wget https://raw.githubusercontent.com/Peterkn2001 /blynk-server/master/server/core/src/main/resources/reporting_schema.sql
470
470
471
471
#### 4. Move create_schema.sql and reporting_schema.sql to temp folder (to avoid permission problems)
472
472
@@ -649,7 +649,7 @@ Blynk transfers binary messages between the server and the hardware with the fol
649
649
|:-------------:|:-------------:|:---------------:|:--------:|
650
650
| 1 byte | 2 bytes | 2 bytes | Variable |
651
651
652
- Command and Status definitions: [BlynkProtocolDefs.h](https://github.com/blynkkk /blynk-library/blob/7e942d661bc54ded310bf5d00edee737d0ca44d7/src/Blynk/BlynkProtocolDefs.h)
652
+ Command and Status definitions: [BlynkProtocolDefs.h](https://github.com/Peterkn2001 /blynk-library/blob/7e942d661bc54ded310bf5d00edee737d0ca44d7/src/Blynk/BlynkProtocolDefs.h)
653
653
654
654
655
655
#### Mobile app side protocol
@@ -676,11 +676,11 @@ When command code == 0, than message structure is next:
676
676
|:------------------:|:-------------:|:-------------:|:-------------:|
677
677
| | 1 byte | 2 bytes | 4 bytes |
678
678
679
- [Possible response codes](https://github.com/blynkkk /blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Response.java#L12).
680
- [Possible command codes](https://github.com/blynkkk /blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Command.java#L12)
679
+ [Possible response codes](https://github.com/Peterkn2001 /blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Response.java#L12).
680
+ [Possible command codes](https://github.com/Peterkn2001 /blynk-server/blob/master/server/core/src/main/java/cc/blynk/server/core/protocol/enums/Command.java#L12)
681
681
682
682
Message Id and Length are [big endian](http://en.wikipedia.org/wiki/Endianness#Big-endian).
683
683
Body has a command-specific format.
684
684
685
685
## Licensing
686
- [GNU GPL license](https://github.com/blynkkk /blynk-server/blob/master/license.txt)
686
+ [GNU GPL license](https://github.com/Peterkn2001 /blynk-server/blob/master/license.txt)
0 commit comments