Note that there are some explanatory texts on larger screens.

plurals
  1. POGPS devices comunication functionality with server
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COIf the devices generate the data, it better to send that to server rather than server pooling each device after some time for data. A server communicating with client is good when server has something to tell a device or is asking device for infrequent data. If your GPS data is really infrequent or you want to collect it only at times ( for example where these devices are right now) use mqtt.
      singulars
    2. COAnd as far as my reading of MQTT tells me, it's a sms base communication model in which your app will intercept SMSes and process those in a specific format from your server. In response you can send data back to server via internet request or SMS.
      singulars
    3. COThanks for your help i want to create a web site that has members with android devices and collect their location and show their location information in web site for example i want to get vehicle location of Transportation Company and show theirs information for admins! there are sites for this purpose that use gps devices to get information from vehicles but i don't know which of server or gps devices connect to other and send information!.I want to get timely location of vehicles and show for admins for this purpose server connect to devices or devices connect to servers and send data?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload