Using timestamp information, we open the database file, specify a connection, and write the raw terminal data to the terminal file descriptor using a simple Python3 script. In addition, we change the schema of the database to support a time delay in ms as opposed to storing each timestamp in second, which gave the illusion of the replays being much laggier than they really are.
Using timestamp information, we open the database file, specify a connection, and write the raw terminal data to the terminal file descriptor using a simple Python3 script. In addition, we change the schema of the database to support a time delay in ms as opposed to storing each timestamp in second, which gave the illusion of the replays being much laggier than they really are.
Closes #1.