* Name: ATOP ttynvt 64bit Linux driver
* Version: v1.0
* Drivers verified on the below OS: CentOS 7, CentOS 8, Ubuntu 18.04, 
* Configurable options:
 - Baudrate
 - Databits
 - Stopbits
 - Parity
 - RTS/CTS

Descriptions:
	The ATOP ttynvt Linux 64bit drviers are developed based on the ttynvt project (https://gitlab.com/majenkotech/ttynvt, GNU GPL v2.0). It aims to help users to create the virtual serial devices and connect the devices to a Network Viriual Terminal on the Linux platforms. To have the dirver work normally, you may need to make sure your system supports FUSE or CUSE drviers enblaed, first. (ex: modproble cuse or yum install kernel-modules-extra) There is a simple user guide included in this folder. You may also reference the document to understand the driver installation and simple test method with it.


Example:
./ttynvt -M 199 -m 6 -n ttyNVT0 -S 10.0.177.51:4660
./ttynvt -M 199 -m 7 -n ttyNVT1 -S 10.0.177.51:4661
./ttynvt -M 199 -m 8 -n ttyNVT2 -S 10.0.177.51:4662

