MikeSafonov / smpp-server-mock

Mock SMPP server for testing via JUnit 5 extension or Spring Boot Starter and AssertJ
MIT License
13 stars 1 forks source link

Is there any interface that MySmsSender should implement? #65

Open ChameleonTartu opened 3 years ago

ChameleonTartu commented 3 years ago

This library looks cool and promising. I am trying to write a small testing library which will provide ready on Http, Sftp, Smpp servers.

I am integrating this lib into my project. If there is an interface MySmsSender I should implement?

I am new to Smpp and it looks like the protocol is not much different from Http but how can I make examples from README work?

MikeSafonov commented 3 years ago

Greetings @ChameleonTartu You may create instance of MockSmppServer from module-core and run smpp server. Then you may write your custom smpp client to connect to this server via smpp protocol (for example using https://github.com/fizzed/cloudhopper-smpp library)