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
A lightweight Node.js and Express backend designed to receive, timestamp, and log incoming data strings to a local text file. This server provides a real-time web interface to view logs directly in the browser with auto-refresh functionality.
A Python-based system monitoring utility that captures local keyboard events using pynput, buffers the data, and prepares it for remote transmission via an asynchronous HTTP POST handler.