简体   繁体   English

UDP 设备到 AWS IoT

[英]UDP device to AWS IoT

I know I can connect devices which use MQTT or HTTP, but if I have a device which use UDP to send the data, how can I connect with AWS IoT?我知道我可以连接使用 MQTT 或 HTTP 的设备,但是如果我有一个使用 UDP 发送数据的设备,我该如何连接 AWS IoT?

If I can not connect directly with AWS IoT, how can I recieve in AWS this data?如果我无法直接与 AWS IoT 连接,我如何在 AWS 中接收这些数据? what AWS product can I use?我可以使用什么 AWS 产品?

There is no aws services do this integration with some tooling and configurations as I know.据我所知,没有 aws 服务与一些工具和配置进行这种集成。 You should built one for yourself.你应该为自己建造一个。

You can develop a middleware software which recieves UDP packages restructure the information as your needs and publish/send it to one of AWS IoT endpoints and wise-versa.您可以开发一个接收 UDP 包的中间件软件,根据您的需要重组信息,并将其发布/发送到 AWS IoT 端点之一,反之亦然。 As commented on your question you can deploy your middlewaresoftware yo EC2 instances or lightsail hosts.正如对您的问题的评论,您可以在 EC2 实例或 Lightsail 主机上部署您的中间件软件。

You can use AWS-SDK in your application to integrate to any AWS services you want.您可以在应用程序中使用 AWS-SDK 集成到您想要的任何 AWS 服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM