Skip to content

Offline Mode

Tobias Neitzel edited this page Sep 8, 2023 · 3 revisions

Offline mode is basically a frontend only version of rpv-web. It does not require the rpv-web executable and can run on any operating system. A publicly accessible instance is accessible through a GitHub Pages deployment of this repository.

image

Obviously, when running in offline mode, rpv-web cannot display any live RPC data. However, it still can process snapshot data that was previously captured using the rpv-web executable. This allows for easy comparison and sharing of RPC data from other systems. rpv-web in offline mode works truly offline. It is a single page deployment that does not send any data to the application server.

image

Snapshots also create the decompiled RPC interface information. Therefore, you can use the decompile context menu within the rpv-web offline version as usual:

image

Clone this wiki locally