freshworkstudio / gps-tracking-nodejs

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

Socket IO #3

Closed rustywebguy closed 9 years ago

rustywebguy commented 9 years ago

Is it possible for this to integrate with Socket IO?

gdespirito commented 9 years ago

Yes, of course. Just use it normally. Maybe inwill upload some demontest app with socket.io and google maps. El El mar, 16 jun 2015 a las 9:43, Rusty Rojo notifications@github.com escribió:

Is it possible for this to integrate with Socket IO?

— Reply to this email directly or view it on GitHub https://github.com/freshworkstudio/gps-tracking-nodejs/issues/3.

rustywebguy commented 9 years ago

I tried to send to the socket the data I received from device and create a net.socket client but I cannot get the data that I send to the socket.

gdespirito commented 9 years ago

@rustywebguy i created a very basic demo app that uses socket.io to add a marker in a Google Map as soon as a packet is received by the server. https://github.com/freshworkstudio/gps-google-maps-socket-io

Tell me if you get it.

gdespirito commented 9 years ago

You can test the app sending dummy data trough the emulator: http://gps-tracking-emulator.meteor.com/

captura de pantalla 2015-06-23 a las 1 43 51 captura de pantalla 2015-06-23 a las 1 54 57