Blynk App Java Library

Hello, I understand that the actual blynk app is not open source however could you please provide the library/files to connect with the server that the app uses. I am having a lot of difficulty figuring out how to connect and send commands. I’m developing a Android app, which will connect to my private blynk server, I am going to have it run in the background getting data from devices, which the current blynk app doesn’t do.

I really hop you guys can help me out.

Have you read this:
https://github.com/blynkkk/blynk-server/blob/master/docs/README_FOR_APP_DEVS.md#protocol-messages

The devices communicate with the server, as does the App. If you want to communicate directly with the devices without going via the server then I’m not sure that Blynk is the best starting point.

Pete.

Yes, however I still don’t know “how” it communicates. That data do I need to send to contact the server.

hi,
same problem here.
my idea is to create an app that has more functionalities. One of them would be connecting to an external device. I’d like to know if there is a way to integrate apps made in Android Studio with Blynk.
thank you
Rgds,
Miguel
PS: if you need any help to translate it to Spanish, I can help.

Our server is written in Java - you can check its sources, for example, its client module: https://github.com/blynkkk/blynk-server/tree/master/client

You can request a feature (background work) here and if it will find some support - we’ll add it to our release plans. Currently, Blynk app is not supporting background work because of it will result in a battery drain.