is there any possibilities to send data from mobile gps to thingworx platform so that i could track my vehicle?? please give me a solution as soon as possible because only importing google api is not gonna be worth more
Hi,
you need some service to obtain GPS info or just to know how to send info to thingworx?
Could you provide some other information? mobile OS, development ide?
Actually I want to make project in which I want to track particular vehicle using GPS location for that I want to access my mobile gps sensor data on thingworx please tell me what services and Api's to be consumed on thingworx so that I could make it done.
Ok but what's the OS of the mobiledevice?
Anyway for example you have to call the specific thing you have created for that device using rest API.
PUT with
http://yourThingworxservername/Thingworx/Things/yourthingname/properties/*
In the body you can insert a json with data you want to store
I tried that also which rest Ali call u sent me but the problem is my mash-up would not able to take my location data so can u tell me how could I bind my service to widget
Android os