Transport Service (pynetdicom.transport)

The Transport Service handles creation of the servers and clients used to communication with peer AEs.

AssociationSocket(assoc[, client_socket, …])

A wrapper for a socket.socket object.

AssociationServer(ae, address, ae_title, …)

An Association server implementation.

ThreadedAssociationServer(ae, address, …)

An AssociationServer suitable for threading.