summaryrefslogtreecommitdiffstats
path: root/Code/Box2-Code/READ ME.txt
blob: d5db13f9f049b3edc0329ded2daa050a31122952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Class files:

	- ServerClass.py
		This class file is used by handlers as socket communication class to communicate with the controller.

	- GSMClass.py
		This class file is used by GSM Handlers to control and talk to the mobile devices.

	- LogFileClass.py
		This class is used to make the log files.

Handler files:

	- serverHandler.py