SOCKET
-
TCP server for IMF by python (1)Programming/Java_Shell_Python 2020. 5. 6. 15:11
We are going to code TCP server for receiving all the IMF data from DSC. Our purpose is to connect to DSC and receive and save data per 5min. We are going to continue how to code for these on next chapter. In this chapter, we will execute pre-requirement for this socket programming. 1. Python3 Installation for CentOS8 # sudo dnf install python3 # yum -y install python3-devel # yum -y groupinstal..