Scanner based on TCP(Full-connection)
1.The scanner is based on TCP connection. 2.It's running on C/S framework. 3.Client is a simple Qt Window with multithreading in which one thread works on Qt Window and the other works on data transformation. 4.Server as backend is running on Unix/Linux,as the same with Client ,it also works with multithreading. 5.Client and Server can communicate with each other by socket sending str :"start","port","IP".