blob: 6b33a3eb0d9d93f937ea0f93e1d3e6319c9b2e27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# MMFWD
Forward calls and texts using ModemManager framework.
This is a daemon that forwards calls and text messages via email and
SIP(planned?). I made this python program to receive KYC messages whilst I'm
overseas. South Korea is a weird county where all KYC verifications are done via
personal mobile number. Without a mobile number, doing anything online is almost
impossible. The daemon can be run on a small and reliable device that is kept
somewhere safe.
- https://pygobject.gnome.org/getting_started.html
- https://code.nap.av.it.pt/mobility-networks/modemmanager/-/tree/1.18.12/examples/modem-watcher-python
|