Package pysynphot :: Module client
[hide private]
[frames] | no frames]

Module client

source code

Defines a Client class that can be used to communicate with the Server class defined in server.py.

The client will connect to the port specified in the environment variable PYSYN_PORT. If this variable is not set, it will use the default_port imported from server.py.

Classes [hide private]
  Client

Imports: socket, threading, SocketServer, os, default_port