When device like gps is used, often it need a flow of correction to obtain maximum precision
When a smartphone must communicate with an external GPS receiver, it is often necessary to connect the smartphone to a source of coordinate corrections to obtain maximum accuracy from the external GPS receiver.
Usually the Ntrip protocol is used
The question is: how to make an Ntrip client using B4A?
I have an Pythonscript which connects to a Server over a HTTP Connection (and need to listen to the connection). I guess it should work similar to asyncstreams. I´m not a NEtwork-Pro so i do not know exactly. The - working - Pythonclient code is: #!/usr/bin/python -u """ This is heavily based...