SMPP Server Library in C -


does know find smpp server library written in c language?

i trying implement middleware/proxy transform smpp requests smpp client tcp payload via sockets ussd gateway , transform tcp payload response ussd gateway smpp requesting client smpp application.

smpp client -> middleware -> ussd gateway

smpp client <- middleware <- ussd gateway


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -