hi.. i am a B.E computer engineering student. i am doing a project on vehicle tracking system and i m stuck in a serious problem. i have bought a fm2200 device of teltonika .
when i m sending the data from the device to the server, i get invalid response from the server. i havent done any coding on server side. please help.
this is the part of the log file that was generated when i connected the device… please help me.. its really important
-->>OK
--<<AT+NSOCO=0,"96.0.236.146",80
-->>
-->>OK
--->Data Link Activated Successfully
--->Link Detected
--->Session TMO Control Scheduler Task Added
--->Sending IMEI to Server…
--<<AT+NSOWR=0,17
-->>
-->>@
--<<_DATA_
-->>
-->>+NSOWR: 0,17
--->17 bytes sent to server
-->>
-->>OK
--->IMEI Sent
--->Scheduler Tasks Added
--->Waiting for Server Response…
-->>
-->>+NUSORD: 0,164
--->164 bytes came from server
--<<AT+NSORD=0,1024
-->>
-->>+NSORD: 0,164,"HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Fri, 29 Apr 2011 08:38:10 GMT
Connection: close
Content-Length: 35
<h1>Bad Request (Invalid Verb)</h1>"
--->reading 164 bytes from server
--->IMEI Acknowledge Received: 72
--->Server Answer Received
--->Scheduler Tasks Deleted
--->Invalid Server Response: Expected:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It looks like your device send the data to http server, not to teltonika server. Teltonika server is a java application that process data received from the device.
I think that the device has been misconfigured. The port isn't set correctly. You set port to 80, but you should set it to the port on the teltonika server is listining to. Defult port of template server is 31200, but if you have bought teltonika server from Geotelematic it is 31540 I think.
You should check the port of your teltonika server (looks in configuration file dcservers.xml or in logs)
If you not sure how to check it or have any other problems, please feel free to send me a message.
Regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am developing a DCS for teltonika FM2200 in Java. As I am new to socket level programming, I quite don't understand how to go about it. I have been successful in communication with the device, but I don't understand the data sent by the device as it doesn't match the documentation provided by teltonika. Can you please help me out in this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some people share their experiences here. It is a gentlemen agreement that share your experience back.
Some people need help for the Teltonika trackers and i too.
Please share your experience with us.
Best Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Mazkozi, you must request for data protocols with all values from their support team, but this would take a decent amount of time.
I would like to strongly prevent you from using FM2200/FM4200 and other similar devices. I had a lot of bad experience with them. I recently tried a device for a very similar price and way better functionality and quality (fm-pro3 from www.ruptela.com), works without any struggling and I received data protocols.
Best regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,Nicolas do you have DCS(Device Communication Server) for Ruptela devices(FM-ECO3,FM-PRO3.....) ?Can you share the template server?I donth have skills to developing it. It would be of great help if you can share.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
I am looking for a teltonika FM4200 server source code with TCP communication
can someone help
we made one but have a problem in data acknowledgment
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all enybody someone of you have DCS(Device Communication Server) for Ruptela devices(FM-ECO3,FM-PRO3.....) ?I donth have skills to developing it. It would be of great help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anybode done a server for teltonika fm2200 4200 devices.
Thanks
Nobody?
For resenoble price?
Hi,
I use Teltonika FM2200 devices. I have written a server for the device. How can I help you ?
hi.. i am a B.E computer engineering student. i am doing a project on vehicle tracking system and i m stuck in a serious problem. i have bought a fm2200 device of teltonika .
when i m sending the data from the device to the server, i get invalid response from the server. i havent done any coding on server side. please help.
this is the part of the log file that was generated when i connected the device… please help me.. its really important
-->>OK
--<<AT+NSOCO=0,"96.0.236.146",80
-->>
-->>OK
--->Data Link Activated Successfully
--->Link Detected
--->Session TMO Control Scheduler Task Added
--->Sending IMEI to Server…
--<<AT+NSOWR=0,17
-->>
-->>@
--<<_DATA_
-->>
-->>+NSOWR: 0,17
--->17 bytes sent to server
-->>
-->>OK
--->IMEI Sent
--->Scheduler Tasks Added
--->Waiting for Server Response…
-->>
-->>+NUSORD: 0,164
--->164 bytes came from server
--<<AT+NSORD=0,1024
-->>
-->>+NSORD: 0,164,"HTTP/1.1 400 Bad Request
Content-Type: text/html
Date: Fri, 29 Apr 2011 08:38:10 GMT
Connection: close
Content-Length: 35
<h1>Bad Request (Invalid Verb)</h1>"
--->reading 164 bytes from server
--->IMEI Acknowledge Received: 72
--->Server Answer Received
--->Scheduler Tasks Deleted
--->Invalid Server Response: Expected:
Hi,
It looks like your device send the data to http server, not to teltonika server. Teltonika server is a java application that process data received from the device.
I think that the device has been misconfigured. The port isn't set correctly. You set port to 80, but you should set it to the port on the teltonika server is listining to. Defult port of template server is 31200, but if you have bought teltonika server from Geotelematic it is 31540 I think.
You should check the port of your teltonika server (looks in configuration file dcservers.xml or in logs)
If you not sure how to check it or have any other problems, please feel free to send me a message.
Regards.
Hallo Badzia,
it would be great if you can share your Teltonika FM 2200 DCS, a lot of people are looking here for this device.
Me included
regards
Hi,
Can you shere it with us? Or at least explain a bit how to do changes for Teltonika FM2xxx devices.
Thanks
Hello,
i have a version which not correctly runs. It would be great if you share your experience with me.
http://drivehq.com/file/df.aspx/publish/ramsi/TrackClientPacketHandler/TrackClientPacketHandler.java
Best Regards
Hi Badzia,
I am developing a DCS for teltonika FM2200 in Java. As I am new to socket level programming, I quite don't understand how to go about it. I have been successful in communication with the device, but I don't understand the data sent by the device as it doesn't match the documentation provided by teltonika. Can you please help me out in this?
Even I am looking for the same. Can some one please help?
Hello ,
Some people share their experiences here. It is a gentlemen agreement that share your experience back.
Some people need help for the Teltonika trackers and i too.
Please share your experience with us.
Best Regards
Hello
I developped a template server too but i want to change it for better perfomance. Can anyone give me tips.
Best Regards
Hello Hamsi,
Can you share the template server?. I am stuck developing it. It would be of great help if you can share.
Hello mazkozi,
This surver runs correctly but sometimes it waits 5 minutes. It can be a bug from the ISP site.
http://drivehq.com/file/df.aspx/publish/ramsi/TrackClientPacketHandler/TrackClientPacketHandler.java
Best Regards
Hello all,
Dear Mazkozi, you must request for data protocols with all values from their support team, but this would take a decent amount of time.
I would like to strongly prevent you from using FM2200/FM4200 and other similar devices. I had a lot of bad experience with them. I recently tried a device for a very similar price and way better functionality and quality (fm-pro3 from www.ruptela.com), works without any struggling and I received data protocols.
Best regards.
Hello,Nicolas do you have DCS(Device Communication Server) for Ruptela devices(FM-ECO3,FM-PRO3.....) ?Can you share the template server?I donth have skills to developing it. It would be of great help if you can share.
hi
please do you have a tcp protocol of ruptela devices ?
is it the same when we use SMScommande ?
hi
please do you have a tcp protocol of ruptela devices ?
is it the same when we use SMScommande ?
I know the AVL Data protocol for FM2 and FM4 devices, but i have no idea of the programming language JAVA.
hello
I am looking for a teltonika FM4200 server source code with TCP communication
can someone help
we made one but have a problem in data acknowledgment
thanks
Hello all enybody someone of you have DCS(Device Communication Server) for Ruptela devices(FM-ECO3,FM-PRO3.....) ?I donth have skills to developing it. It would be of great help.