I only need SMPP API to communicate with SMC. Kannel has all function which I need. But SMPP API is a small piece of Kannel and it is in libgw.a. So First I made my own libsmpp.a, which only contains smpp_pdu.o. Then I move smpp_pdu.* to gwlib, because it is very small.
Maybe it make sense to make libsmpp.a, which is depending on libgwlib.a. Anyway, if Kannel can provide a SMPP API, that would be nice. I looked around SMPP API written in C. But I cound only find one written in Java. Nisan Bloch wrote: > Hi > > At 08:27 AM 11/16/01 -0800, you wrote: > >I only needed smpp library. > >I suggests to move gw/smpp_pdu.* to gwlib. > >Then I can make smpp client application with only libgwlib.a. > >Of cource I needed adding more in smpp_pdu.def. > >And also it would be nice to move some function in smsc_smpp.c to gwlib, > > This doesnt make sense. gwlib is for general code (I use some of it for > other apps), gw is for the gateway. > > What are you trying to do?
