smppex icon indicating copy to clipboard operation
smppex copied to clipboard

✉️ SMPP 3.4 protocol and framework implementation in Elixir

Results 2 smppex issues
Sort by recently updated
recently updated
newest added

Have been running with fork https://github.com/MarkMagnus/smppex for the last 3 years. This fork has the following modifications 1. External sequence number generation. 2. Separated processes for PDU storage. Our system...

https://michal.muskala.eu/2018/06/20/my-otp-21-highlights.html#new-callback-in-genserver-handle_continue2 handle_continue was added to OTP 21 primarily to support asynchronous setup without blocking (this way we can run code right after init, but make sure start_link doesn't timeout or...