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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -