Skip to content

Commit

Permalink
docs: Add history section
Browse files Browse the repository at this point in the history
  • Loading branch information
empicano committed Aug 9, 2024
1 parent 21d4908 commit bd91349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ This documentation aims to cover everything you need to know to use aiomqtt in y
If you're new to MQTT, we recommend reading the [HiveMQ MQTT essentials](https://www.hivemq.com/mqtt-essentials/) guide as an introduction. Afterward, the [OASIS specification](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html) is a great reference. For asyncio, we recommend the [RealPython asyncio walkthrough](https://realpython.com/async-io-python/) as an introduction and the [asyncio docs](https://docs.python.org/3/library/asyncio.html) as a reference.

Thanks for being part of our community! ☀️

```{admonition} A little bit of history
Frederik ([@frederikaalund](https://github.com/frederikaalund)) started aiomqtt to power bacteria sensors at [SBT Instruments](https://sbtinstruments.com/). One of his central ideas for the project was to use [structured concurrency](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) principles. At first, the project was called asyncio-mqtt, until Jonathan ([@mossblaser](https://github.com/mossblaser)) graciously offered to pass along the aiomqtt name. In August 2024, Frederik passed on aiomqtt's stewardship to Felix ([@empicano](https://github.com/empicano)) due to changing priorities and to better serve the project overall.
```

0 comments on commit bd91349

Please sign in to comment.