Ahsoka / beskar

🧪 Redesigning the SEAL kit software for compatibility with modern operating systems.
MIT License
0 stars 0 forks source link

Add Mocked Mode #3

Closed Ahsoka closed 3 years ago

Ahsoka commented 3 years ago

Description

Mocked mode would enable people to use the software without a SEAL kit connected to their computer. This mode is mainly for anyone who wants to try out the software for themselves and does not have access to a SEAL kit.

Implementation

To implement this, all values that would otherwise would be read from the SEAL kit need to be generated internally. This is just a matter of finding every instance where the program would read a value from the SEAL kit and replacing it with a mocked value (given that mocked is enabled).