From 96f69ca98f92ff64cc50104a70b3978595683c72 Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Wed, 20 May 2020 15:32:57 +0530 Subject: Add code for Serial Over LAN - The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data. Signed-off-by: Sukanya Pandey Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd --- src/views/Control/SerialOverLan/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/views/Control/SerialOverLan/index.js (limited to 'src/views/Control/SerialOverLan/index.js') diff --git a/src/views/Control/SerialOverLan/index.js b/src/views/Control/SerialOverLan/index.js new file mode 100644 index 00000000..7c8bc7c0 --- /dev/null +++ b/src/views/Control/SerialOverLan/index.js @@ -0,0 +1,2 @@ +import SerialOverLan from './SerialOverLan.vue'; +export default SerialOverLan; -- cgit v1.2.3