|
DSIMA
|
Manages all the interaction with the client. More...
Public Member Functions | |
| def | __init__ |
| def | log |
| Log an action. More... | |
| def | interact |
| Interact with the client. More... | |
| def | handleMessage |
Public Attributes | |
| socket | |
| Websocket interface to the client. More... | |
| ip | |
| IP of the client. More... | |
Static Public Attributes | |
| string | instancesFolder = "instances" |
| Folder with the instances of the client. More... | |
Manages all the interaction with the client.
| def __init__ | ( | self, | |
| websocket | |||
| ) |
| def handleMessage | ( | self, | |
| message | |||
| ) |
| def interact | ( | self | ) |
Interact with the client.
| def log | ( | self, | |
| message | |||
| ) |
Log an action.
|
static |
Folder with the instances of the client.
| ip |
IP of the client.
| socket |
Websocket interface to the client.