smpp
smpp copied to clipboard
Go library for SMPP 3.4
changed -server to -addr flag as that is the used flag on the flag parser
Dear, you made amazing work, are you able to implement? 1. Helpers for sending enquire_link in regular intervals. 2. If an SMPP entity receives an unrecognized PDU/command, it must return...
Where i can use Message_payload to a long content? library emplemets only short_message in SubmitSM ? or i can use long text support via Message_Payload in SubmitSM ?
I need secure SMPP Server connections by enabling TLS. Can you please help me in doing so? Thanks in advance
Hi, In SMPPServer, if client binds in TRX mode and submit bulk messages to server : processing DeliverSM to client is low while submissions are in parallel **Submit TPS:** 200-400...
I believe this should fix #8 and fix #14
Added an example to show how one can setup a server that does client authentication using system-id and password
When do we get EOF error while reading the pdu??
Hi, How to get MessageID from submitsmresp pdu in client??? **resp**, err := session.Send(ctx, submitpdu) From the above statement need to get MessageID from resp...
Hi, The bind disconnects (session shutdown) happening while read happens .It happens only in receiver mode and when receiving the deliversm request pdu only.It is happening at irregular intervals. The...