Programming/Java_Shell_Python

TCP server for IMF by python (1)

양된백성 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.

IMF TCP server Architecture

 

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 groupinstall 'development tools'

# pip3 --version

 

2. Pyshark installation

 

#  pip3 install pyshark