Skip to content

Releases: dekay7/CBORDDoorUnlock

v3.1

08 Dec 21:27
Compare
Choose a tag to compare

Minor Changes

  • Instead of using HTML requests (payloads) to login, and open the door via CardAdmin, the program now relies on Playwright's interaction with the webpage (typing and clicking). This was implemented to resolve the immediate browser instance logout issue.

  • Now there is more information on Flask page when visiting. It should display the conditions (whether the browser was already instantiated, whether the instance was already logged in, etc.).

v3.0

11 Oct 02:39
Compare
Choose a tag to compare

35% Faster than Previous Versions

  • Utilizes session cookies and does not repeat login process if session token is valid and Playwright browser is still logged in to CardAdmin.
  • Much much much more reliable.
  • Turned openDoor.py into an actual module.

v2.0

03 Oct 21:35
Compare
Choose a tag to compare

Reduced response times by 53.90217044% during high server load, and by 5.66881064% during low server load through the use of get and post requests using Playwright's APIRequest class.

v1.1

02 Oct 04:29
Compare
Choose a tag to compare
removed space from disclamer emoji

v1.0

29 Sep 17:11
Compare
Choose a tag to compare

Don't go too crazy...