package
0.0.0-20221204100419-92d023664ef0
Repository: https://github.com/m2mgateway/go-smpp.git
Documentation: pkg.go.dev

# README

SMPP REPL

Command

Client feature

  • connect to target smpp server
  • disconnect
  • send-message, send a submit_sm to remote
  • send-ussd, send a submit_sm with ussd_service_op to remote
  • query, send a query_sm or query_broadcast_sm to remote
  • load-test, Load testing to server

Server feature

  • start-service, Start SMPP Server
  • stop-service, Stop SMPP Server
  • send-message, Send a deliver_sm to client-side
  • load-test, Load testing to client