fulup-bzh / GeoGate

GeoGate is an opensource tracking GPS/AIS framework to implement GTS applications.
Apache License 2.0
74 stars 39 forks source link

How do you send command through GPRS protocol #10

Closed NicoJuicy closed 7 years ago

NicoJuicy commented 7 years ago

I think this is the module ggserver.

Is there a command architecture implemented to send commands back to the device when the client is connected through the GPRS protocol?

If so, where can i extend it for other devices and learn about it's architecture?

fulup-bzh commented 7 years ago

Yes this is supported but not all adapter support command through GPRS. You should check https://github.com/fulup-bzh/GeoGate/blob/master/server/adapters/Gps103Tk102-adapter.js Method DevAdapter.prototype.SendCommand is doing this for Coban trackers.

fulup-bzh commented 7 years ago

Did not get any feed back I would expect that previous answer addressed your needs.