antosdk-apps/vTerm
2023-01-01 01:54:04 +01:00
..
build Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
build.json update apps to new Antunnel frame format 2021-10-27 13:49:08 +02:00
main.coffee Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
package.json Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
project.json Add more packages, disable Antunnel auto connect 2020-12-21 16:01:04 +01:00
README.md Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
scheme.html add new package 2020-08-06 23:21:42 +02:00

AntOS Virual Terminal

Terminal emulator to connect to remote server using AntOS Tunnel plugin.

Unlike wTerm that uses a dedicated websocket connection for each terminal to communicate with remote terminal session via the Antd wterm plugin, VTerm uses only one websocket connection for multiple terminal session thanks to the Antd tunnel plugin.

VTerm depends on the server side tunnel plugin and the AntOS Antunnel client side package

Change logs

  • v0.1.18-a support AntOS v2.0.x
  • v0.1.17-a update dependencies to latest
  • v0.1.16-a fix incorrect control command
  • v0.1.15-a update dependencies to latest
  • v0.1.14-a: Change app icon
  • v0.1.12-a: Add copy/paste shortcuts (CTRL+SHIFT+C/ CTRL+SHIFT+V)
  • v0.1.9-a: Update dependencies to latest
  • v0.1.6-a: Add dependencies to package meta-data