Please recommend PDU SMS format code or library for .NET or C++

Pavel Radzivilovsky picture Pavel Radzivilovsky · Apr 17, 2010 · Viewed 10k times · Source

I have been searching a lot for a chunk of code, or a library to format SMS messages in PDU format and had little luck. They were either huge monsters with terrific dependencies on everything way above my requirements and a very obscure interface, totally not justifying the straight-forward, although rather complex encoding.

Being on the edge of creating a NIH, my question is - have encountered the same problem and how have you solved it?

Answer

Alex K. picture Alex K. · Apr 17, 2010

GSMComm has a PDU conversion class for wroking with SMS Messages.