MQTT: Multiprocessing and Multitasking
Budget: ₹1,500 – ₹12,500 INR
will make two versions of this fancy MQTT servicer program:1.A cooperatively multitasked version using trio (see docs) and distmqtt (see examples) (install these two packages using mambaforge prompt: mamba install trio, pip install distmqtt).2.A multiprocessed version using concurrent.futures (see docs), multiprocessing.Manager (see docs), and paho (see examples).The full paho documentation is available on GitHub.You do not need to use a finite state machine for this assignment,
Related categories:
MQTT