naz
naz copied to clipboard
naz is an async SMPP client.
Anybody have solution please help me convert smpp to http 1. function one only send messages 2. function two only check status just
my question is how cani send sms on multiple numbers ?
Hi, If I try to send a message using gsm0338 codec: msg = naz.protocol.SubmitSM( encoding='gsm0338', short_message='SMPPtest', log_id=request_id, source_addr='some_number', destination_addr='some_number', validity_period='221017095407208+' ) it is not encoded correctly, the client receives garbage...
https://til.simonwillison.net/python/struct-endianness
see: https://sans-io.readthedocs.io/ - https://fractalideas.com/blog/sans-io-when-rubber-meets-road/
see: https://github.com/twitter-archive/cloudhopper-smpp/issues/87 which leads to; https://github.com/MavoCz/smscsim
http://developers.hslmobile.com/development-kits/
see: https://github.com/komuw/naz/blob/8b1ec3d0724e0d86bdfa3b804261600bea65d82e/tests/test_codec.py#L177-L232 I had asked `Marc-Andre Lemburg`(author of codec module in python) whether you can override an inbuilt codec, and his reply: ``` It's not really supported to override builtin...
1. fuzzing 2. mutation testing; https://cosmic-ray.readthedocs.io/en/latest/theory.html 3. property based testing; https://hypothesis.readthedocs.io/en/latest/
Python 3.8 Win 7 naz - 0.7.3 (last) I created simple c;lient. When it connects to smsc with wrong IP/port (or link to smsc is lost), after 30 we can...