Skip to content

Project History

Jeff Albrecht edited this page Jun 2, 2021 · 7 revisions

Major, noteworthy or interesting points in the development of this app

June 2, 2021

Updated MqttChatApp Converted from M2MqttDotNetCore to chkr1011/MQTTnet removed several projects I felt were distracting from the MqttChatApp

March 15, 2019

Works on my machine! After forty six (46) days since this repository was created UWP and Android working with CA signed server certificate. Tested with iot.eclipse.org and my own letsencrypt secured mosquitto broker. (51ce85c861cd76a31ee9b854960dc4db0a5a667e)

March 14, 2019

I added two .py examples of pub / sub to mosquitto broker secured by letsencrypt certificate.

March 5, 2019

I learned how to do platform specific code and wired it up with Prism.
I tweeted;
.@CodeMillMatt Gave me a link to "IPlatformInitializer in Prism For Xamarin Forms Version 7" https://rodaw.me/2EQAnNN I found PrismLibrary/Prism-Samples-Forms UsingPlatformSpecificServices https://rodaw.me/2EPRWxu So easy once you know how! Thanks Matt!

February 26, 2019

Made my first branch ever! :-) Created XamarinMqtt branch to preserve changes I made to support xamarin/mqtt

February 22, 2019

  • Started this History page

  • Added new XamarinForms prism project MqttChatApp

The MqttSample XamarinForms prism project was built with a pre release version of xamarinforms and other libraries. It was getting a bit messy with unused bits and pieces. I wanted to build the app on current stable release too.

February 21, 2019

Blew of steam

OMG! Tired, dejected, frustrated, confused -- I guess I just wanted a feeling of accomplishment and a break from the elusive answers to finishing this mqtt tls xamarinforms app.

Wrote .net core console app to calculate the number of days since a GitHub repo create date. May be useful when searching for a "There, there" on social media.

January, 28 2019

Began this project creating the github repository

To learn how to TLS secure a XamarinForms app by creating this repository