Skip to content

v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@voronov-nikita voronov-nikita released this 01 Apr 15:26
· 20 commits to main since this release

Version 0.2 - beta test

What is new

SERVER

A feature has been added to the application to track running programs and close banned ones. Now, if a person tries to open a forbidden program, the image stops being transmitted and the server receives a special string. The server application will display a new window with information about the closed application, namely its name. After that, the program stops working and completes its task. It starts when the file starts server.py.

CLIENT

A feature has also been added to add new programs to the banned list, as well as displaying the entire list of banned programs. This implementation is an add-on for the client application. It starts when the file starts client.py.

image

The application is at the testing stage. After that, the final version of the product and its subsequent improvements will be added.

Links

  1. server.py
  2. client.py
  3. Description
01.04.2023 - new release.