深圳康考斯信息技术跟踪器GT06与EC2的集成 [英] Integration of Shenzhen Concox Information Technology Tracker GT06 with EC2

查看:118
本文介绍了深圳康考斯信息技术跟踪器GT06与EC2的集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一台conconx GT06设备,我想从该设备将跟踪数据发送到我的AWS Server.

I have a concox GT06 device from which I want to send tracking data to my AWS Server.

仅随附的编码协议手册解释数据结构和协议.

The coding protocol manual that comes with it only explains the data structure and protocol.

我的服务器如何接收跟踪器收集的GPS数据?

How does my server receive the GPS data collected by my tracker?

推荐答案

  1. 验证服务器是否允许您打开套接字,出于安全原因,大多数低成本解决方案不允许这样做(我建议使用Amazon EC2虚拟机作为平台).
  2. 选择一个端口,您的应用程序将在该端口上侦听传入的数据,验证它是否已打开(如果未打开),然后对您的应用程序进行编码(我使用C ++)以侦听该端口.
  3. 在服务器上编译并运行您的应用程序(并确保它保持活动状态).
  4. 配置跟踪器(通常通过向其发送短信)以将数据发送到服务器的IP以及应用程序正在侦听的端口.

如果您是我所怀疑的刚刚开始的人,请考虑您将花费2到3周的时间从头开始开发此解决方案.您还可以考虑寻找一个预先开发的跟踪平台,从数据安全性的角度来看,该平台可能会接受,也可能无法接受.

If you are, as i suspect you are, just beginning, consider that you will invest 2 to 3 weeks to develop this solution from scratch. You might also consider looking for a predeveloped tracking platform, which may or may not be acceptable in terms of data security.

您可以找到在线示例和教程.我通常对编码非常开放,很乐意发送套接字服务器的副本,但是在这种情况下,出于安全原因,我不能这样做.

You can find examples and tutorials online. I am usually very open with my coding and would gladly send a copy of the socket server, but, in this case, for security reasons, i cannot do so.

这篇关于深圳康考斯信息技术跟踪器GT06与EC2的集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆