JSC-electronics / Adeon

C++ library for processing commands from Adeon android mobile app.
Apache License 2.0
0 stars 0 forks source link

Support of feedback SMS #2

Open Robert-Faltus opened 4 years ago

Robert-Faltus commented 4 years ago

Note: This applies to GSM modules which are officialy supported by Adeon library (eg. SimCOM modules).

Description: Add support for sending status info via SMS after receiving of the Adeon command or phone call with sendFeedback(char* msg). This status info should be sent to sender/caller only if the sender is authorized with ADEON_ADMIN or ADEON_USER user rights (ADEON_HOST excluded).

Example of status info:

vzahradnik commented 3 years ago

Instead of implementing this feature here, I suggest to spend some time improving the TinyGSM library, and integrate Adeon there. This library is well-tested. The only major thing it is lacking is the support for receiving SMS messages.