Project

General

Profile

Feature #701

Updated by Hammel 5 months ago

This will just allow texting to a specific number to start. 
 

 Later it will tie to a contacts db. 

 # Texts (SMS, maybe MMS) 
 ## "PiDialer":https://gitlab.com/pibox/pidialer app from original Xeon project (has SMS support in modem.c) 
 ## "Spacebar daemon":https://invent.kde.org/plasma-mobile/spacebar/-/tree/master/daemon?ref_type=heads,uses curl but is written in Qt. 
 ## "Email style texting in C":https://codereview.stackexchange.com/questions/100445/sending-an-sms-message-in-c 
 ## "Twilio example in C++":https://www.twilio.com/docs/messaging/tutorials/how-to-send-sms-messages/cpp 
 ## "SMS Gateway":https://en.wikipedia.org/wiki/SMS_gateway uses email-to-sms gateways 
 ## "Email to SMS":https://www.makeuseof.com/tag/email-to-sms/ 
 ## "Adafruit SMS via modem":https://learn.adafruit.com/adafruit-fona-3g-cellular-gps-breakout/sms 
 ### "PinePhone Pro Modem":https://wiki.pine64.org/wiki/PinePhone_Pro#Modem 
 ## "Quectel_EC2 AT Commands":https://wiki.pine64.org/images/1/1b/Quectel_EC2x%26EG9x%26EG2x-G%26EM05_Series_AT_Commands_Manual_V2.0.pdf

Back