IP packets contain 20 bytes of headers, the rest is data. Theoretically you could create the world's worst VPN by stuffing the 140 bytes of an SMS absolutely full of binary data, with some compression of course. So I went looking for "IP over SMS" and actually found this: https://github.com/spandanb/ipos but it's for web browsers only. This old HN thread talks about the same concept: https://news.ycombinator.com/item…
That is nice but with 'unlimited' SMS will probably get you throttled quickly. I think OP might be better off with custom SMS integrations, lets say an RSS to SMS notification service for their fav news site that would send the article titles as individual sms messages and would allow requesting the 'full' article by means of an SMS reply I know Twilio has a nice SDK for building solutions like that
Ask HN: Is there a pure SMS based UI?
81–90 of 122 posts
Re: Ask HN: Is there a pure SMS based UI?
#82I update my own site/blog/journal with a sms-only service I set up: https://textpost.me
Re: Ask HN: Is there a pure SMS based UI?
#83In 2014, I had a similar problem so I created Cosmos Browser, an Android based internet browser which allowed people to connect to the internet via SMS. It's pretty much dead now, but wouldn't take a lot of work to revive it if you really wanted to. https://github.com/ColdSauce/CosmosBrowserAndroid
Re: Ask HN: Is there a pure SMS based UI?
#84IP packets contain 20 bytes of headers, the rest is data. Theoretically you could create the world's worst VPN by stuffing the 140 bytes of an SMS absolutely full of binary data, with some compression of course. So I went looking for "IP over SMS" and actually found this: https://github.com/spandanb/ipos but it's for web browsers only. This old HN thread talks about the same concept: https://news.ycombinator.com/item…
Thanks for the laugh.
But your point is a valid, OP would have a better experience using even something like RFC 1149.
Re: Ask HN: Is there a pure SMS based UI?
#85Not that this is a solution for you now, but about 10-15 years ago there were a whole slew of SMS services which were super useful for those without data. Google 311 (EDIT: actually it was Google 411) let you conduct full searches, local listings, full text turn-by-turn navigation, weather, movie listings etc. You could also call a number and do an voice search that would text you back the results. Twitter, AIM, Face…
Technology as it should be! Do you think the browser UI dominance was marketing, convenience, something more sinister…?
Re: Ask HN: Is there a pure SMS based UI?
#86Re: Ask HN: Is there a pure SMS based UI?
#87Earlier quoted context omitted.
You might also see if you can just restrict interaction to a shell. That's definitely going to be much lower bandwidth (and thus more responsive). Then anything you can do in the shell, you can do through SMS. Updating an 80col screen isn't a completely unreasonable number of messages... especially if you're doing compression. Security is probably a bigger issue.
Couldn’t that blow up your phone? I could cat a million line file and it would take some time before I could do the equivalent of ctrl-c or close session.
Re: Ask HN: Is there a pure SMS based UI?
#88Re: Ask HN: Is there a pure SMS based UI?
#89If that's the case for you, then at least the delivery to your mobile may be simplified. Your remote systems may just schedule the sending/forwarding of the whatever textual data via email corresp. to your mobile address.
As for the reverse direction, there needs to be some gateway on your remote end to proces the incoming SMS and forward these correspondingly.
Re: Ask HN: Is there a pure SMS based UI?
#90Just to check news a classic radio, or again in many area of the world a satellite dish for C or Ku bands works far better, emails might be more problematic for html messages, having at home a small server that pipe a classic mail (1) UI over SMS is easy but html2text converted mails are generally not good. Status check I do not know how much can be useful: you can know that's something goes wrong but you can't do almost anything so...