API Send Message

vmedrano4 years ago

Hi, i'm making some test with the api, trying with postman http://127.0.0.1:8080/api/commands/send
i understand the post json ->

POST /api/commands/send HTTP/1.1 Cookie: JSESSIONID=node0gcnjXXXgdjkwfaXXX7cm1yp314.node0
User-Agent: okhttp/4.5.0

{"deviceId":1,"type":"custom","attributes":{"data":"TExt MEsages"}}

My question is, what is the process, whats does TRACCAR do with that, will use de smpp service or use the http post sms delivery.

Thanks,

Victor

vmedrano4 years ago

it's working with a sniffer i see that the message is send it to the device ip.
not over the sms or xsmpp service.

Victor