smswithoutborders / SMSWithoutBorders-Gateway-Client

Deku is a linux SMS management Gateway. It can both receive and send out SMS messages using the Linux ModemManager utilities. It is aimed at being a complete toolset of everything SMS linux. It functions best with USB 2G/3G Modems
GNU General Public License v3.0
20 stars 9 forks source link

Replace contents in services to sqlite3 #13

Closed sherlockwisdom closed 2 years ago

sherlockwisdom commented 2 years ago

Observations The status of each modem is stored in a conf file. This is not an ideal method for storing data that would be constantly queried. Using a secured and exception prone alternative like sqlite would increase efficiency

Proposal Convert all status files and modem related files to sqlite