freshworkstudio / gps-tracking-nodejs

Let you work with some GPS trackers that connects through tcp.
MIT License
260 stars 159 forks source link

Bug overflow #8

Closed ioandev closed 6 years ago

ioandev commented 7 years ago

Hi, great library. It eased my work by a lot.

https://github.com/freshworkstudio/gps-tracking-nodejs/blob/master/lib/main.js#L195

This line should really try to parse the data multiple times, as the clients can send messages too quickly and TCP can put them in a single packet. Thus, the adapter cannot return two objects with values.

Do you mind if I modify this and push a pull request?

Also, I've made an adapter "simplicity" that gets JSON messages from a custom android app and sends it to another tcp server. It is meant to be an alternative to the tracking system that the fire engines have in northern UK. Let me know if you want me to open source it and add some documentations. I can bother with it if you will link it up.

Regards, Ioan.

gdespirito commented 7 years ago

Hi!

It would be great if you can help me to improve the library.

What do you need for my part?

Regards!

El El mié, 21 de sep. de 2016 a las 17:26, Ioan Biticu < notifications@github.com> escribió:

Hi, great library. It eased my work by a lot.

https://github.com/freshworkstudio/gps-tracking-nodejs/blob/master/lib/main.js#L195

This line should really try to parse the data multiple times, as the clients can send messages too quickly and TCP can put them in a single packet. Thus, the adapter cannot return two objects with values.

Do you mind if I modify this and push a pull request?

Also, I've made an adapter "simplicity" that gets JSON messages from a custom android app and sends it to another tcp server. It is meant to be an alternative to the tracking system that the fire engines have in northern UK. Let me know if you want me to open source it and add some documentations. I can bother with it if you will link it up.

Regards, Ioan.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freshworkstudio/gps-tracking-nodejs/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDWhhFQoJQSKLrox2KnuFOUGqow6BVpks5qsZLjgaJpZM4KDPYv .

hamid-brahim commented 7 years ago

Hiii Great job. I have installed it but when de device tries to connect to de server i'm getting this message= " # is trying 'other" but is not loged. Action not executed" coud you please what shoukd I do? thanks

gdespirito commented 6 years ago

Was you using a TK103 device? Maybe thats the problem. Send me the Protocol of the device you are using so i can check whats happening.