You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Gaming Cafes are able to exercise a high degree of control over the computers that their customers can use. Some of these important functions include granting/revoking access to the computer, maintaining a time limit per customer, and the ability to gradually warn a customer of their remaining time. However, this control is limited to computers only. Gaming Cafes are unable to exercise the same level of control over consoles such as Xbox, PlayStation and other gaming devices. Console Tracker aims to rectify this by providing a lightweight web application that will allow our users to control a network of smart switches, and track user information and metadata in a similar way to existing solutions.
Prerequisites
1. Install Python. This project requires version 3.0 or higher
2. Install Node.js. This project requires version 16 or higher
3. Set the environment variable SECRET_KEY to any value. This is used for cryptographic signing, so it is recommended to use a nontrival/generated value.
Optional: In order to send SMS notifications, a Twilio account is required. Set the environment variables TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN to the values found in your account.