Blynk Server version v0.17.0 released

What’s new :

  • Fixed bug for QR generation from HTTP API (still requires deploy);

  • Exception handling improved, less errors in logs;

  • Dependencies version updates;

  • Optimized connection creation;

  • Support for new Eventor widget (will be released on Android soon);

  • User logs now archived;

  • HTTP API now supports custom point insertion;

  • Support of SYNC command for gauge;

  • Added basic MQTT support (no docs yet);

  • Fixed bug with setProperty feature;

3 Likes

Looks like a nice big update!

I have just built my Ethernet raspberry pi zero server and and am letting it run for a week before transferring my smaller projects to it (before putting the big ones on)

I will upload the new server code tonight…

How I update server? I read Docs, it say stop old server, and start new one.
I have to install new server by wget, right? Do I need to remove old server? and how to remove old server?

thks

Right.

rm old_server.jar

Just like any old file. Remove the old one, and set the new one to startup script(s). What I did was made symbolic link so I can easily stop/start the different server versions, like so:

OpenELEC:~/blynk # ls -ltha
total 24677
drwxr-xr-x    5 root     root        1.0K Aug 10 06:53 static
drwxr-xr-x    4 root     root        1.0K Aug 10 06:53 .
lrwxrwxrwx    1 root     root          17 Aug 10 06:53 server.jar -> server-0.17.0.jar << This Symlink
-rw-r--r--    1 root     root       12.5M Aug 10 06:52 server-0.17.0.jar
drwxr-xr-x   16 root     root        1.0K Aug 10 06:52 ..
-rw-r--r--    1 root     root        3.5K Aug  4 09:28 server.properties
-rw-r--r--    1 root     root        3.5K Jul 30 22:04 server.properties.save
-rwxr-xr-x    1 root     root        1.7K Jul 29 20:29 blynk.sh
-rw-r--r--    1 root     root       11.6M Jul 29 19:54 server-0.16.4.jar
-rw-r--r--    1 root     root        1.4K Jul 29 19:54 server.crt
-rw-r--r--    1 root     root        1.1K Jul 29 19:54 server.csr
-rw-r--r--    1 root     root        1.6K Jul 29 19:54 server.key
-rw-r--r--    1 root     root        1.7K Jul 29 19:54 server.pem
-rw-r--r--    1 root     root         172 Jul 29 19:54 mail.properties
-rw-r--r--    1 root     root         349 Jul 29 19:54 onoff.sh
-rw-r--r--    1 root     root        1.8K Jul 29 19:54 openssl.cnf
drwxr-xr-x    3 root     root        1.0K Jul 29 19:54 admin
OpenELEC:~/blynk #

Sounds great, big release ! Will test it tonight.
Bravo !

Murray B

Lol @Lichtsignaal - you think we know how to linux? The first time I linuxed was for Blynk!

Blynk has educated me in ways i actually never imagined a “phone app” could :blush:

1 Like