Extract tar.gz:
tar -zxvpf mlvc_pkg_xxx.tar.gz

Content
-------------------------
1. mlvcctrl:           Execution mlvcctrl
2. mlvc-pkg_xxx.tmp:   tmp file for setup
3. mlvc folder:        kernel module source

Install(NOT include kernel module)
-------------------------
./mlvcctrl setup

Build kernel module
-------------------------
Install your kernel header then go to folder mlvc and input make

Connect a device
-------------------------
1. systemctl status mlvcctrld => check status is active
2. Configure network. 
3. ./mlvcctrl server_add <IP_address>(ex: ./mlvcctrl server_add 192.168.2.10)
4. ./mlvcctrl show_list -d to check server and device
5. ./mlvcctrl server_all_connect <IP_address>

Note:
1. remove all servers before shutdown and suspend.