Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 575 Bytes

luasmpp

SMPP 3.4 implementation in pure Lua.

Supported PDUs

  • bind_transmitter and bind_transmitter_resp
  • bind_receiver and bind_receiver_resp
  • bind_transceiver and bind_transceiver_resp
  • unbind and unbind_resp
  • submit_sm and submit_sm_resp
  • deliver_sm and deliver_sm_resp
  • enquire_link and enquire_link_resp
  • generic_nack
  • data_sm and data_sm_resp

Todo

  • Time formatter
  • Delivery Receipt formatter, parser
  • Better error handling in decoders

Dependencies

  • lua-struct 0.9.0-1 (runtime)
  • luaunit 3.3-1 (test)