1
3
Fork
You've already forked sms-interface
0
A desktop interface for reading & writing SMS messages to/from your Android phone.
  • JavaScript 100%
2022年09月10日 10:44:07 -07:00
.eslintrc.json linting 2022年09月10日 09:43:34 -07:00
backend.js Adds initial backend skeleton. 2022年09月10日 10:41:02 -07:00
index.js jsdoc 2022年09月10日 09:47:36 -07:00
package.json Initial commit. 2022年09月10日 08:50:35 -07:00
README.md README 2022年09月10日 10:44:07 -07:00
sms.js jsdoc 2022年09月10日 09:51:46 -07:00

sms-interface

Spiffier name pending!

At the time of writing, I've had fairly chronic wrist & hand pain, and picking up my android phone, unlocking it, opening up the SMS app, and typing out messages on a little screen hasn't been good for my body.

It would be great if I could use a local program on my laptop to interace with SMS instead, so I can use a more comfortable keyboard and user interface.

There are some apps on the Play Store that do this, but everything I've found has either been proprietary & closed source, or quite large and (imo) over-engineered. The Play Store also requires a Google account to use.

This program aims to provide as simple and lightweight of an interface as possible, with minimal dependencies, that lends itself to modification.

((FORTHCOMING: screenshot))

Dependencies

Android Device

  • Termux
  • Termux:API
  • An SSH server installed & running
    • Once Termux is installed, you can do this with pkg install sshd && sshd

Desktop

  • NodeJS
  • SSH