diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b33a3e --- /dev/null +++ b/README.md @@ -0,0 +1,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 |