├── README.md ├── client.py ├── control.py ├── demo1.PNG ├── frame.PNG └── server.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/PyC2-demo/HEAD/README.md -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/PyC2-demo/HEAD/client.py -------------------------------------------------------------------------------- /control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/PyC2-demo/HEAD/control.py -------------------------------------------------------------------------------- /demo1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/PyC2-demo/HEAD/demo1.PNG -------------------------------------------------------------------------------- /frame.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/PyC2-demo/HEAD/frame.PNG -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timwhitez/PyC2-demo/HEAD/server.py --------------------------------------------------------------------------------