Begin3 Title: parse_sms Version: 0.1 Entered-date: 2008-11-24 Description: parse_sms is able to parse SMS messages in PDU format, for example extracted from the Huawei USB modem for eeePC. To extract the SMS from that modem you need huaweic, available from the same locations. To use extract_sms, send the message you pasted to the command line like this (where XXXX is the PDU message): echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | parse_sms The SMS message and info should appear on stdout. Or, to a file: echo "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" | parse_sms > my_sms.txt To unpack: tar -zxvf parse_sms-0.1.tgz cd parse_sms-0.1 See README Changes 0.1: This is a first release. Keywords: SMS, PDU, eeePC Author: Jan Panteltje panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp://sunsite.unc.edu/pub/linux/apps/misc/ Alternate-site: http://panteltje.com/panteltje/newsflex/download.html Platforms: LINUX, UNIX Copying-policy: GPL End