Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

archimed-shaman/esmpp34raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esmpp34raw

It is the raw encoder/decoder of the SMPP 3.4 stream. In spite of the influence of the smpp34pdu project (https://github.com/essiene/smpp34pdu), this library was developed "from stratch", according to the "Short Message Peer-to-Peer Protocol Specification v3.4". This library is just a coder and decoder of the binary sequences and does not include any connection logic. Such functionality is planned as the separate project.

Version

1.0.0 alpha

Usage

Transmitter = #bind_transmitter{system_id = "testid", password = "passwd", system_type = "VMS", interface_version = 16#34, addr_ton = 1, addr_npi = 1, address_range = "123"}.
BTransmitter = esmpp34raw_stream:pack_single(Transmitter, 0, 1).
esmpp34raw_stream:unpack_sequence(BTransmitter).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages