Package dsnserver

Interface Summary
CmdParser An interface which is used by all parsers.
Communication An interface which is used by the classes which are responsible for the communication between DSNServer and DSNnode .
 

Class Summary
CmdParserConinfo  
CmdParserDSNID It is for parsing the ID messages which are sent back due to a ping request.
CmdParserDSNLocation It is for parsing the Location messages which are sent back due to a Location request.
CmdParserDSNProgInfo It is for parsing the ProgInfo messages which are sent back due to a ProgInfo request.
CmdParserDSNVersion It is for parsing the Version messages which are sent back due to a Version request.
CmdParserGetAddr It is to declare the address of the DSNnode which is connected to the server.
CmdParserLoadFile It is for parsing the messages which comes back cause of the messages which are sent during the LoadHex procedure.
CmdParserLogging It is for parsing the log messages which comes from all BTnodes and it will store it into the DB.
CmdParserLogging_old It is for parsing the log messages which comes from all BTnodes and it will store it into the DB.
CmdParserLogging.dsn  
CmdParserRPCS  
CmdParserTargetCommand It is for parsing the cmd replies which comes from all BTnodes and it will store it into the DB.
CmdParserTargetFlash  
DSNtimetoTime This class is for parsing the strings i ncluding the time and for the calculation from DSNtime to Real time.
GetProperty A Class with a function to read out values out of the Server.properties file.
Parser The Parser Class is the main classe of the parser classes.
RXTXComm It is used for the communication with the BTnode over the serial port.
SQLDBcommunication It is used for the communication with the MySQL Database.
ThreadCommand This class is used to create a new thread which continuously sends a command out to the DSN.
ThreadLogging This class is used to request the logs from the BTnode.
ThreadLogging_old This class is used to request the logs from the BTnode.
XmlRpcDSNCommand A function which is used as a XmlRpc function.
XmlRpcDSNVerbosity A function which is used as a XmlRpc function.
XmlRpcGetConinfo A function wich is used as a XmlRpc function.
XmlRpcGetDBEvent A function wich is used as a XmlRpc function.
XmlRpcGetDSN A function wich is used as a XmlRpc function.
XmlRpcGetFileList A function wich is used as a XmlRpc function.
XmlRpcGetServerTime A function wich is used as a XmlRpc function.
XmlRpcLoadFile A function wich is used as a XmlRpc function.
XmlRpcServer This is the XmlRpc server which starts a webserver that is listenig on a port which we can define.
XmlRpcSetDSNLocation A function wich is used as a XmlRpc function.
XmlRpcTargetCommand A function which is used as a XmlRpc function.
XmlRpcTargetCommand_CmdID NOT USED YET!
XmlRpcTargetFlash A function which is used as a XmlRpc function.
XmlRpcUploadFile A function wich is used as a XmlRpc function.
XmlRpcUser A function wich is used as a XmlRpc function.