Local Server without Blynk application

Can I communicate between Blynk local server and my own Android application?

Yes if you know how to code API calls in your app but you might have to use the WAN address of the local server. I believe some Blynk features are only available via a WAN rather than a LAN. You would also need to use the Blynk app for initial set up and then it can probably be removed from your phone.

1 Like

Thanks for your reply.

I’ll be using some cloud platform or R Pi for hosting Blynk server.

Now where can I find reference APIs or Webhook format for communication between my Own Android application and my Own Blynk server?

http://docs.blynk.cc/#http-restful-api

Pete.

1 Like

Thanks