前情提要
https://fshex.com/t/936016
https://fshex.com/t/1078110
https://fshex.com/t/1029037
在做之前,参考了上面几个方案,要么是用备用机,要么是上手搞硬件,我只想坐在电脑前就能做到多余手机卡自动转发短信到我主力机,同时投入最好还不要太大,于是有了这个 PyAirLink
正文
感谢 sms_forwarder_air780_esp32 这个项目的启发。他是通过编写固件的形式实现相关功能。两边对比如下:
PyAirLink 的优点
PyAirLink 的缺点
- 需要有台服务器,功耗毫无优势
- 模块不能随身带。有这个需求,建议用 5ber/eSTK.me 之类的方案。
使用方法
docker run -d -p 10103:10103 -v /PyAirLink/data:/PyAirLink/data --device=/dev/ttyACM0 --name PyAirLink --restart always ghcr.io/zsy5172/pyairlink:master
根据实际情况修改你的路径映射,然后将 config.ini.template 的内容复制到/PyAirLink/data/config.ini 内并调整配置
now you can access at http://localhost:10103/docs#/
多个设备/container 可以支持多个手机卡,推送目前支持邮件/server 酱
|