Can the RUTX11 send GPS info in an HTTP GET request?

I am attempting to have my RUTX11 send basic GPS info (lat/lon/timestamp) to my wordpress site using an HTTP GET string.

There is conflicting info returning from web searches, but all the options I’ve tried seem to only send a POST - which I cannot use at this point in time.

Thanks, Dean

Hello,

You may want to try using our API: Teltonika Networks Web API

Regards,
M.

G’day Matas,

Thanks for the info - but it’s left me very confused! Isn’t the API for triggering the RUTx11 to give me info on request? I’m trying to have it automatically send GPS info as an HTTP GET request string, to a predefined URL at predefined intervals.

Regards, Dean

Hi there,

Apologies for not getting more into depth; Sending the data that you receive can be achieved via a custom script, or you can even use Data to server (which might even come as the easiest option out of all the available ones). Here’s a link: RUTX11 Data to Server - Teltonika Networks Wiki

This natively allows you to select that you want to collect the GPS data, and then for the forwarding section, you can set up the server that you want to post the data to.

Regards,
M.

Thanks Matas,

I’m still lost sorry.

Working through that wiki page I cannot find how to have the X11 send a GET - it always seems to be a POST.

Are you able to point to a specific configuration please?

And unless you or someone can help out, separate code isn’t really an option as my coding skills are almost non-existent.

Thanks again, Dean