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

php - Array to string conversion smarty template -

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -