The Hypervisor Debug Bridge Tool is a Visual Studio Code extension designed to provide APIs which access between UI and HW of hypervisor domains via Ethernet connection (and USB for later). It allows users to connect UI to device and have action to control Domain. User can have APIs like connection, Device info, Files Explorer, Shell Terminal, Device control and so on.
Features
Connection:
Scan all devices are possible in same subnet/network and display in UI.
Users can select one device and process to connected.
Device Info:
Shows detailed information about HW device, including:
Name device
Serial number
OS name
Bootloader (version, ...)
Storage (total, usage, free...)
Files Explorer:
Display files are extsting follow path.
Handles action copy files between UI (PC host) and device.
Shell Terminal:
Open Shell Terminal and users can remote to device via Shell.
Device Control:
Display status of device and service (running, error...) and allow users can restart service, reboot device.