Tracking Inmarsat satellite Phone to traccar.

Lukasz5 years ago

Welcome. I have inmarsat Isatphone2 . This device have tracking function to sending GPS coordinates to SMS or Email. I look possibility to grab this information to traccar server. Anyone help me?

Its sample messages for 3 types of sending modes:

Regular tracking message:

To:isat@{ShortDomain} From:870776386752@message.inmarsat.com Subject:Via Inmarsat: Text: 26.0975N,80.1422W Acq.20140416T203749Z Accuracy h89m,v16m Triggered 20140416T203751Z Please note your reply is limited to 160 Latin characters or appr

Alarm message:

To:alert@{ShortDomain} From:870776386752@message.inmarsat.com Subject:Via Inmarsat: Text: Assistance alert 26.0975N,80.1422W Acq.20140416T203648Z Accuracy h88m,v16m Triggered 20140416T203653Z Please note your reply is limited to 160 Lat

Personal alert notification:

To:pa@{ShortDomain} From:870776386752@message.inmarsat.com Subject:Via Inmarsat: Text: 26.0975N,80.1422W Acq.20140416T203648Z Accuracy h88m,v16m Triggered 20140416T203700Z Please note your reply is limited to 160 Latin c

Best regards

Anton Tananaev5 years ago

Traccar doesn't support receiving location data via SMS or email.

Lukasz5 years ago

Anyone try to email parse to mysql database traccar? Mimedecode or something else? Can you give me structure SQL table for putting coordinates from email to system ?

Best regards.

jaimzj5 years ago

I had achieved this before using PHP.

Please lookup information on google for "How to pipe an email to a PHP script"

Depending on your email provider, you can forward emails to a script that you host on your server.

Or as long as you can forward emails to a script, you can take the content of the email using your script/api and (post that data to osmand protocol) .

Lukasz5 years ago

Jaimzj can you send some advice how I can make this I have qnap with web server and php but I still not have working solution. I m not good in php. Best regards.