My actual connection is like: Arduino -> GPRS(http)-> my server(php script)-> firebase <-android plotting app
But it only allows to send some data once every 2 - 3 seconds (depending of ping to my server).
I need to send some data (18 bytes) but every 0.5 - 1 seconds
It is possible to send directly over tcp to firebase? And also i thinked about this schema:
Arduino(client) -> GPRS(tcp) -> my server(tcp socket) -> my database <- android plotter but I don't know how to go about it, what server software i need to redirect recieved tcp packages to mysql.
allows to send some data once every 2 - 3 seconds.... this indicates that there may be a bug in the PHP script