-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug overflow #8
Comments
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 <
|
Hiii |
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. |
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.
The text was updated successfully, but these errors were encountered: