LedgerHQ / speculos

Ledger Nano/Blue apps emulator
https://speculos.ledger.com/
GNU Lesser General Public License v3.0
157 stars 67 forks source link

Display the screen on the web server #222

Closed greenknot closed 3 years ago

greenknot commented 3 years ago

On MacOS, VNC is the only mechanism to display the screen of the emulated device.

It would be great to add a web page (index.html?) to the web server which make use of the REST API to:

The script tools/gif-recorder.py shows how the API can be used to get notified when the screen changes.

greenknot commented 3 years ago

Done (#223).