botletics / Botletics-SIM7000

Arduino library repo for the Botletics SIM7000 Shield
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
19 stars 9 forks source link

Unsolicited messages #10

Open dtran11 opened 1 year ago

dtran11 commented 1 year ago

Does this library handle unsolicited messages? Especially those that happen in-between a response from a command? Thanks

botletics commented 1 year ago

No, the library doesn't automatically screen spam.

dtran11 commented 1 year ago

No, the library doesn't automatically screen spam.

Got it. It's interesting you call it spam. When using MQTT, a subscribed message can unsolicitedly pop in-between a response from another command. You would lose whatever was sent and may never be sent again. It's an issue I'm dealing with currently. Thanks

botletics commented 1 year ago

Oh I see what you're saying now, sorry. No, I don't think the library handles that, but I think it's more something on the SIM7000 module's firmware end actually.