Re: Delay in sending SMS messages
Posted by
vysocan on
URL: http://ohs.356.s1.nabble.com/Delay-in-sending-SMS-messages-tp256p296.html
Creating some sort of user configured JSON parser will be a challenge. Now I'm trying to choose what might be best. Some sort of push service would be nice. Telegram was my choice, but their requirements for crypto suites are very strong (ECC, DH), while all other push services still allows something like RSA, which is pretty doable. Some push services even still allow TSL 1.0 and 1.1.
The interface vary as you imagine, even sometimes they require POST, but sometime GET to push a message.
https://gotify.net seems to be most appropriate as it is open source, but require self hosting.