Is there any available SMS Pdu parser in Java?

随声附和 提交于 2019-12-11 01:58:31

问题


Anyone knows a available Pdu Parser in Java from byte[] array, my main concern is to get the User Data Header (UDH) complying to the GSM standard. I mean getting it properly.


回答1:


smsLib is relatively mature. You could also make use of the parser built into Android.




回答2:


As I was in need of an SMS-PDU parser/creator a couple of years ago I could not find one and had to write my own. Grab a copy of GSM 03.40, brush up on your bit-fiddling skills, and get going. :)



来源:https://stackoverflow.com/questions/9110901/is-there-any-available-sms-pdu-parser-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!