Init 1
Category: structures
Sol - An MQTT broker from scratch. Part 5 - Topic abstraction
posted on 2019 Mar 08
In the Part 4 we explored some useful concepts and implemented two data structures on top of those concepts.
Sol - An MQTT broker from scratch. Part 4 - Data structures
posted on 2019 Mar 07
Before proceeding to the implementation of all command handlers, we’re going to design and implement some of the most common data structures needed to the correct functioning of the server, namely hashtable, list and a trie.