Final project : Dynamic tracking software for parents or employers. Monitoring specific applications and user activities and frequent reporting to the parents or employer Development and design by C#, .NET framework, WIN API, multithreading, SQL, GitHub, Trello.
How to: Create new folder to project, cd into the directory. Clone the project with: git clone
= Start server side: =
- create new folder in parent/employer computer
- clone the server side with: git clone https://github.com/atarael/MonitorSoftware/tree/master/ServerSide
- navigate into folder ServerSide\bin\Debug
- press on file: ServerSide.exe
= Start client side: =
- create new folder in child/employee computer
- clone the client with: git clone https://github.com/atarael/MonitorSoftware/tree/master/ClientSide
- navigate into folder ClientSide\bin\Debug
- press on file: ClientSide.exe
- fill the details into the connection window
(find the IPv4 address from server side computer: - search 'Network properties' in your computer
- copy IPv4 address from the shared Internet network on the client side and on the server side)
Set the setting in server side and start to get report for all activity!