Today I’ll continue the process of building an MQTT server with F#. The basic networking capabilities I put together last time will be expanded upon to support basic MQTT functionality, specifically the MQTT Connect message.
Building an MQTT server in F# - Part 1
Read Time: 7 minutesF# isn’t often mentioned when discussion turns to writing a server. But it is a more than capable language to accomplish such tasks. Honestly, what it brings to the table is an asset in comparison to other languages and should be considered more often. Beyond the language are supporting capabilities, like Kestrel, that become a huge resource when venturing down this path. In this series of posts I’ll use MQTT as an implementation case study.
Rust and Dynamic Time Warping
Read Time: 7 minutesNix for Development
Read Time: 9 minutesPlaying with the micro:bit
Read Time: 3 minutesI try to keep an eye out for interesting and accessible electronics projects. The micro:bit is a cool little board. Although there is a plethora of boards and kits out there, it can often be a challenge to find a fun kit that engages in just the right way. I’ve recently been playing with the micro:bit, and it’s an impressive little package. For me, it checks several boxes for being a nice STEM kit for learning.