sms - WAP - Got into some troubles with the PDU formatting -
i'm learning phone's technologies , got troubles understanding wap wsp specification.
now i'm trying send html pages via wap push on sms following pdu :
- [sms pdu] - 0041000c91xxxxxxxxxxxx0004 + length of following bytes (tp-udl)
- [udhi] - 06 05 04 0b84 23f0 (port scheme - src: 9200, dst: 2948)
- [wsp] - 01 06 01 02 (tid=1, pdu=push, headerslen=1, content type=text/html)
- html tags
my questions are:
- is udhi , wsp right?
- how should encode html tags? simple ascii->hex "encoding"?
- as far understand, push message should open browser given html right?
thanks helpers :)
Comments
Post a Comment