SMS/PDU/WSP decoder

SMS/PDU/WSP decoder SearchSearch
Author Message
Bugdude
New member
Username: Bugdude

Post Number: 1
Registered: 08-2005
Posted on Monday, August 22, 2005 - 05:55 am:   

Does anyone have a simple application (perl script for example) that will decode that string sent to a modem when sending an SMS in binary mode? It would really help me debug this application I'm working on.
Jeremy Lainé
New member
Username: Jeremy_laine

Post Number: 1
Registered: 09-2005
Posted on Tuesday, September 20, 2005 - 04:59 pm:   

You might want to take a look at some Perl scripts & modules I wrote:

http://umts-tools.jerryweb.org/

More specifically, take a look at umts-sms.pl which allows you to encode/send or extract/decode SMS to/from a terminal. The real coding / decoding work is done by UMTS::Netpacket::SMS.

Cheers,
Jeremy