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:

  1. is udhi , wsp right?
  2. how should encode html tags? simple ascii->hex "encoding"?
  3. as far understand, push message should open browser given html right?

thanks helpers :)


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -