I’ve refactored the OpenNETCF MQTT library, which is a simple MQTT Client, to ne a .NET Standard 1.3 Library. I also added a few async methods to bring it a little more up-to-date. Source is in GitHub Library is available via NuGet (as package ID ‘OpenNETCF.MQTT’) Here’s a test method that generally shows how it can be used: [TestMethod()] public void ClientReceiveTest() { var receivedMessage = f