package
1.0.5
Repository: https://github.com/devyx-tech/go-smpp.git
Documentation: pkg.go.dev

# Functions

EchoHandler is the default Server HandlerFunc, and echoes back any PDUs received.
NewServer creates and initializes a new Server.
NewUnstartedServer creates a new Server with default settings, and does not start it.

# Variables

Default settings.
Default settings.
Default settings.

# Structs

Server is an SMPP server for testing purposes.

# Interfaces

Conn implements a server side connection.

# Type aliases

HandlerFunc is the signature of a function passed to Server instances, that is called when client PDU messages arrive.