A simple python tool to process data remotly and get the result back
You need Python and Flask:
pip install flask
modify the paths, the host, and the port then run: python3 iaClient.py
modify the paths, the host, and the port then run: python3 iaServer.py
Simply modify the file iaProcessData.py by adding a new function, adding a new elif with the new processID then call the new function.
- Support multiple users in the server
- Add more processes
- Add progressbar
- Server should send the file name as well
- Fix the webapp to save the file correctly
- Test using real domain
