woozly
woozly

Reputation: 1369

Looking for Qt SMPP Client

I can't find any SMPP libraries for Qt. Does it exists? Or how to attach it to my project?

Can somebody advice for me any issues?

Upvotes: 1

Views: 1164

Answers (1)

Phil Hannent
Phil Hannent

Reputation: 12317

SMPP is a rather specific protocol. Qt is more of a general purpose desktop and mobile development platform.

This looks like a LGPL licensed C++ project:

https://sourceforge.net/projects/smppcxx/

Upvotes: 2

Related Questions