Ucplib status update Sep 16, 2008 POST I’m currently working on a cleaner API for ucplib. I got some pretty good ideas and started merging my work with another library which is doing basically the same. The current code can be found at launchpad.net
ucplib now at launchpad Sep 1, 2008 POST I finally put ucplib up at launchpad. It is still experimental and some changes are likely to happen! But some people asked me if they can have a look at the code so I decided to put this early version up! You can find it under: https://launchpad.net/ucplib/ If you have ideas for improvement or want to help, don’t hesitate to contact me.
Python UCP Library (SMS) Aug 30, 2008 PROJECTS https://launchpad.net/ucplib EMI - UCP interface specification v4.6 with ucplib Setup First we need to import the UcpMsg form the library >>> from ucplib import UcpMsg General examples The SMT sends a message to the SMSC with text “hello” in the GSM 7-bit alphabet. Note that “hello†in ASCII has the same encoding. ‘49/00078/O/51/0031612345678/55555/////////////////3//68656C6C6F/////////////0D’ Specific types Type 01 messages Operation Alphanumeric message ‘Short Message’ to receiver 01234567890 from sender 09876543210
New ucplib for Python Aug 19, 2008 POST As part of my work re-factoring PySMS I decided to abstract some parts into separate libraries. The first victim of this is the UCP message parser and creator. Until now it was a bit of a bricolage. The functionality it had was very specific to the SMS Server and it was not easy to extend and not useful for general use so I decided to create ucplib. It is created from scratch as a general purpose UCP/EMI library and the aim is to provide all of the functionality demanded by the UCP/EMI specification v4.