Posts by Emanuele • 27 points
3 posts
-
-3
votes1
answer54
viewsQ: How do I run my code asynchronously and in real time or with each given time span?
I need to know how to run this code on my server, asynchronously and in real time, or every 5 minutes, for example. String asB64 =…
-
3
votes1
answer2872
viewsQ: How do I verify that a given field/value exists in the JSON document?
{ "timestamp":"2018-10-08T16:58:38.949Z", "dataFrame":"QQ==", "fcnt":15, "freq":902500000, "port":12, "rssi":-69, "snr":10, "sf_used":10, "session_id":"f41e10e8-1c73-499c-8ad7-4cbcd54c8ebd",…
-
0
votes0
answers48
viewsQ: How do I insert data into the database in real time?
I have an application that consumes data from a network server, follows my code: conn.setRequestMethod("GET"); conn.setRequestProperty("Authorization", "Basic " + asB64);…