In this video, Derek Bingham, Developer Advocate at AWS, shows how create a client application that communicates with AWS IOT Core using MQTT and .NET.
Why MQTT ? Well often we need to build application clients that need to communicate over congested or unreliable networks. If this same application has a requirement that all data MUST be persisted, then using traditional REST or GraphQL style API's can get complicated
However there is another way and you can harness the power of the MQTT message protocol along with AWS IOT Core to build your next client application to be have a more resilient message delivery mechanism AND you can do this in .NET.
This video will show you exactly how!
To learn more about the services featured in this talk, please visit:
https://github.com/aws-samples/iot-dotnet-publisher-consumer
https://github.com/dotnet/MQTTnet/wiki/ManagedClient - open source .NET managed client
00:00 Intro
02:00 Setting up AWS IOT Core
05:30 Building the Client
09:52 Certificates
14:35 Summary
Why MQTT ? Well often we need to build application clients that need to communicate over congested or unreliable networks. If this same application has a requirement that all data MUST be persisted, then using traditional REST or GraphQL style API's can get complicated
However there is another way and you can harness the power of the MQTT message protocol along with AWS IOT Core to build your next client application to be have a more resilient message delivery mechanism AND you can do this in .NET.
This video will show you exactly how!
To learn more about the services featured in this talk, please visit:
https://github.com/aws-samples/iot-dotnet-publisher-consumer
https://github.com/dotnet/MQTTnet/wiki/ManagedClient - open source .NET managed client
00:00 Intro
02:00 Setting up AWS IOT Core
05:30 Building the Client
09:52 Certificates
14:35 Summary
- Category
- AWS Developers

Be the first to comment