TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Android SMS Gateway Using MQTT

47 点作者 modinfo4 个月前

5 条评论

OptionOfT4 个月前
I did something like this 10 years ago. I had a 3G modem with a SIM card and it allowed more than the regular SMS app on your phone. Obviously I didn&#x27;t have a whole app, just a simple CLI.<p>For example, you could send class 0 SMS (flash) with it. The kind of SMS that shows up on your screen, and all you can do is click OK, and it just disappears.<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;5557135&#x2F;sending-fullscreen-disappearing-smss-to-an-iphone" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;5557135&#x2F;sending-fullscre...</a>
评论 #42820433 未加载
defenestrated4 个月前
Is there something like this but for calls?<p>Make your phone into an SIP&#x2F;VoIP <i>server</i>? So that you can receive and make calls from any&#x2F;many Internet clients while the Android phone with SIM is plugged in at home.
评论 #42823643 未加载
评论 #42820958 未加载
m-a-r-c-e-l4 个月前
I did something similar 20 years ago. Setup 4 Nokia phones with 4 SIM cards for the 4 different networks in Germany.<p>It was possible to connect them via a serial cable to a linux machine and receive&#x2F;send SMS.<p>Used that to offer a horse betting service: people could bet on horses via complex SMS syntax. It worked, but never made enough money :)
poisonborz4 个月前
A popular alternative, also selfhosted: <a href="https:&#x2F;&#x2F;github.com&#x2F;vernu&#x2F;textbee">https:&#x2F;&#x2F;github.com&#x2F;vernu&#x2F;textbee</a>
ray_v4 个月前
This seems cool and all, but wouldn&#x27;t it likely violate ToS of your carrier by doing something like this -- especially if it gets to be of any appreciable scale?
评论 #42819087 未加载