Low-Power Border Router

Lbrd.ClientConnector.ClientConnector Class Reference

Handle the connection of a new client. More...

List of all members.

Public Member Functions

def __init__
def run

Public Attributes

 lbrd
 conn
 addr
 port
 log

Detailed Description

Handle the connection of a new client.

This thread only exists during the connection process. It is created when a new client attempts to connect and returns (i.e. dies) when the connection phase is over.


Constructor & Destructor Documentation

def Lbrd.ClientConnector.ClientConnector.__init__ (   self,
  lbrd,
  conn,
  addr,
  port 
)

Member Function Documentation

def Lbrd.ClientConnector.ClientConnector.run (   self)

Member Data Documentation