...is to make each IoT device decentralized and self-contained without a need of communication through world-wide China-like server (Hi Aqara, Tuya and etc. etc.). So you can assemble your own smart things using this project.
It has alternatives like a Home Assistant, but it's too complicated for me, as well as I wanted to implement an IoT environment with my own knowledge, so I did a thing... a de:thing, basically, ha-ha.
delib - a library for the whole stuff here. You include it into your ESP32 controller to let it work as decentralized client<>server device with a simple communication based on !commands.
You need your custom frontend as well as firmware for each device to make your own decentralized IoT. delib is just a light-weight lib to simplify firmware you write for your ESP32 controller.
