Ask HN: Is there a pure SMS based UI?
1–10 of 122 posts
Re: Ask HN: Is there a pure SMS based UI?
#2in lots of ways, it's console UI with additional length limits I guess? Or chatbot-UI.
Re: Ask HN: Is there a pure SMS based UI?
#3Re: Ask HN: Is there a pure SMS based UI?
#4Re: Ask HN: Is there a pure SMS based UI?
#5A ssh-through-sms tunnel would be fun
Re: Ask HN: Is there a pure SMS based UI?
#6_SEND_
You can send an email over SMS I believe by texting the email address.
So you should be able to set up a server to process emails you send to a specific address and trigger commands in response to it. the triggers would need to be set up in advance, but other than that you should be able to do anything normal
_RECEIVE_
For receiving SMS - I am not sure tbh. You could use Twilio, but it might be overkill. I would jsut make sure whatever solution you use doesn't get automatically blocked by the ISP. I am not sure the proper way to flag something as wanted / intended
Re: Ask HN: Is there a pure SMS based UI?
#7Which part of the world?
Re: Ask HN: Is there a pure SMS based UI?
#8Re: Ask HN: Is there a pure SMS based UI?
#9Never done anything like this but I imagine that it might not be too hard since the infrastructure is pretty much there already. However building a "protocol" on top of SMS might be somewhat tricky. You might want to write an APP or something for that.
As for "fire and forget" solutions ... Well, there are email to SMS gateways if i remember correctly.