IND.T Classification: Public What's the best way to monitor and wait for SMS messages for processing? I'm using a Debian based system and python3. I was thinking of something involving systemd and/or a python package such as dbus_next.
I want to keep it simple, but I want to avoid a polling task and calls to mmcli to list messages and detect new ones by comparing previous listing. I.e. I want a task to sleep, waiting for an SMS message, and wake up when one is received so that it can be processed. Thanks, Brendan.