Skip to content

Commit a8c36ba

Browse files
authored
Update README.md
1 parent 6c461da commit a8c36ba

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ If you need more information, please follow these links:
1313
* [Blynk library](https://github.com/blynkkk/blynk-library)
1414
* [Kickstarter](https://www.kickstarter.com/projects/167134865/blynk-build-an-app-for-your-arduino-project-in-5-m/description)
1515

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)
2020

2121
# Content
2222

@@ -95,7 +95,7 @@ Mail properties:
9595
mail.smtp.username=YOUR_EMAIL_HERE
9696
mail.smtp.password=YOUR_EMAIL_PASS_HERE
9797
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).
9999

100100
WARNING : only gmail accounts are allowed.
101101

@@ -180,7 +180,7 @@ save and exit.
180180
181181
+ Put bat file to windows startup folder
182182

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.
184184

185185
## Update instruction for unix-like systems
186186

@@ -222,8 +222,8 @@ Please **do not** revert your server to lower versions. You may loose all of you
222222

223223
+ Specify custom server path in your application
224224

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)
227227

228228
+ Change your ethernet sketch from
229229

@@ -286,7 +286,7 @@ Blynk local server is different from Blynk Cloud server. They are not related a
286286
287287
## Advanced local server setup
288288
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).
290290
You could also specify any path to ```server.properties``` file via command line argument ```-serverConfig```. You can
291291
do the same with ```mail.properties``` via ```-mailConfig``` and ```sms.properties``` via ```-smsConfig```.
292292
@@ -405,7 +405,7 @@ Blynk server provides administration panel where you can monitor your server. It
405405
406406
https://your_ip:9443/admin
407407
408-
![Administration UI](https://github.com/blynkkk/blynk-server/blob/master/docs/admin_panel.png)
408+
![Administration UI](https://github.com/Peterkn2001/blynk-server/blob/master/docs/admin_panel.png)
409409
410410
**WARNING**
411411
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``` :
465465
466466
#### 3. Download Blynk DB script
467467
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
470470
471471
#### 4. Move create_schema.sql and reporting_schema.sql to temp folder (to avoid permission problems)
472472
@@ -649,7 +649,7 @@ Blynk transfers binary messages between the server and the hardware with the fol
649649
|:-------------:|:-------------:|:---------------:|:--------:|
650650
| 1 byte | 2 bytes | 2 bytes | Variable |
651651
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)
653653
654654
655655
#### Mobile app side protocol
@@ -676,11 +676,11 @@ When command code == 0, than message structure is next:
676676
|:------------------:|:-------------:|:-------------:|:-------------:|
677677
| | 1 byte | 2 bytes | 4 bytes |
678678
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)
681681
682682
Message Id and Length are [big endian](http://en.wikipedia.org/wiki/Endianness#Big-endian).
683683
Body has a command-specific format.
684684
685685
## 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

Comments
 (0)