02-09-2021, 07:55 PM
Hey all,
I've got a pretty rough python3 script that I'm working on right now. It takes SMS and MMS messages from the PinePhone (Tested on PMos and Mobian) and bridges them to a Matrix server.
for SMSes I talk directly to Modem Manager via the dbus and MMSes require mmsd from kop316 https://forum.pine64.org/showthread.php?tid=12491
I've uninstalled chatty on my testing device as it also interacts directly with the modem.I did this because i think it'll cause problems if its running at the same time. I'm still pretty new to programming and definitely not a developer. Just a Linux admin who hates using his cellphone when I'm already at a keyboard. So far no one else has written anything so I have to.
If you're interested in helping me please let me know! I'd love to get someone who has experience to make this better.
Cheers!
I've got a pretty rough python3 script that I'm working on right now. It takes SMS and MMS messages from the PinePhone (Tested on PMos and Mobian) and bridges them to a Matrix server.
for SMSes I talk directly to Modem Manager via the dbus and MMSes require mmsd from kop316 https://forum.pine64.org/showthread.php?tid=12491
I've uninstalled chatty on my testing device as it also interacts directly with the modem.I did this because i think it'll cause problems if its running at the same time. I'm still pretty new to programming and definitely not a developer. Just a Linux admin who hates using his cellphone when I'm already at a keyboard. So far no one else has written anything so I have to.
If you're interested in helping me please let me know! I'd love to get someone who has experience to make this better.
Cheers!