fiorix / go-smpp

SMPP 3.4 Protocol for the Go programming language
MIT License
218 stars 135 forks source link

Need help with other smpp library (encoding problem while receiving messages) #78

Open mukhammad-akilov opened 6 years ago

mukhammad-akilov commented 6 years ago

I use node-smpp library and I have problems with it.

When I receive a message that has more than 160 latin characters, then the message is divided into parts and instead of letters I accept some characters. For example: short_message: { udh: <Buffer 05 00 03 4c 02 01>, message: ' nPXNO ePzÅ\n o9ΘDG ÆT ä ù A w \r Asxy 6 Agy Å 0\u001bD. 4 . ΘDG A w $ dP \r eΔ L& s=ö. Ae< & gΔ \r vΘ vY ß ' } }

fiorix commented 6 years ago

Not sure what you're asking for. Help with node-smpp? I have no idea.

YourksChan commented 5 years ago

How do you receive callbacks?

fiorix commented 4 years ago

You create a receiver with a handler, e.g. https://github.com/fiorix/go-smpp/blob/master/smpp/receiver_test.go#L23