We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b194b99 commit e1e1345Copy full SHA for e1e1345
README.md
@@ -4,7 +4,7 @@ Sol
4
Oversimplified MQTT broker written from scratch, which mimick mosquitto
5
features. Implemented for learning how the protocol works, for now it supports
6
almost all MQTT v3.1.1 commands on linux platform; it relies on EPOLL interface
7
-for multiplexing I/O. Development process is documented in this (series of posts)[https://codepr.github.io/posts/sol-mqtt-broker].
+for multiplexing I/O. Development process is documented in this [series of posts](https://codepr.github.io/posts/sol-mqtt-broker).
8
9
## Build
10
0 commit comments