java - How to Read SMPP UDH message -


i new smpp protocol usage, getting message in log below.

sending udh message...

smpp udh 0500031b0301004d00

how can convert udh message normal text (java program or tool).

udh not meant interpreted text. because contain non printable characters 0x00 or 0x01. ought decoded byte byte. more details udh here.

http://en.m.wikipedia.org/wiki/user_data_header

however if don't want complexity involved bits , bytes can instead use network capture tool tcpdump capture smpp packet , use wireshark decoding you.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -