We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我有两张卡,一张有流量,另一张是海外的卡,流量1M差不多1$,我的需求是两个模块间用串口通信,把没流量的这个卡收的短信通过另一个卡的流量发送
实现主从模式
模块A插入有流量的卡,开启串口监听,模块B插入没有流量的卡,收到短信时通过串口传输数据给模块A,模块A通过网络发送至指定接收通道(如果能加入区分两个卡短信的功能就更好了,比如A的短信加上后缀来自A卡,B的短信加上来自B卡)
No response
The text was updated successfully, but these errors were encountered:
再次感谢您的项目,非常实用,只不过我的需求可能太小众,感谢您能抽空回复🥰
Sorry, something went wrong.
一个板子用at固件,另一个板子用esp32c3代码改改刷进去就行了,连wifi部分逻辑稍微改改
https://github.com/0wQ/air780e-forwarder 在这个项目里找到了类似功能,我正准备试试看
No branches or pull requests
您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe.
我有两张卡,一张有流量,另一张是海外的卡,流量1M差不多1$,我的需求是两个模块间用串口通信,把没流量的这个卡收的短信通过另一个卡的流量发送
描述您想要的解决方案 / Describe the solution you'd like
实现主从模式
描述您想要的详细使用步骤描述 / Describe the solution you'd like to use in what way
模块A插入有流量的卡,开启串口监听,模块B插入没有流量的卡,收到短信时通过串口传输数据给模块A,模块A通过网络发送至指定接收通道(如果能加入区分两个卡短信的功能就更好了,比如A的短信加上后缀来自A卡,B的短信加上来自B卡)
其他备注信息或截图 / Add any other context or screenshots about the feature request here
No response
确认信息
The text was updated successfully, but these errors were encountered: