How to use App Client (emulates Smartphone App) connect to remote Blynk server

Hello everyone,

I saw App Client source code in GitHub and interested in understanding more the way App working with Blynk server. I try connecting it, and send some simple commands such as : register, login, … as in following instruction https://github.com/blynkkk/blynk-server/blob/master/client/README.md but always get this :

Unsecured connection attempt. Channel : /113.161.57.110:52221. Reason : io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 016b5800437472756e677472616e33363040676d61696c2e636f6d007843493635344239506d567363594f663631416a53506b32566a6c66424446664c6b4e582b3544537339303d

My local Blynk server is working fine with real app on mobile, and got ssl installed completely. I looked through the forum but there are not many information about this App Client. I got this from the forum but nothing helped Local Blynk Server & App Client (emulates Smartphone App)

Thank you very much!

There may be some form of official web based GUI on the way, meanwhile there is the HTTP RESTful API - http://docs.blynk.cc/#http-restful-api

And also Android emulators are readily available that will run on PC and Apple.

Thank for your information, I will have a look!