############# Creating Server and Connect to Database #########
- Run the code : create_database.py to create database.
- Run the code : telemetry_server.py to run the server, to connect database to server, to transmit ECG data to server and store in database.
############ Plotting the graph ###############################
- Run the code: export_to_csv.py to export ECG data from database to csv.
- Take the file name what have exported to the plot_hex.py or plot_voltage.py.
- Run the code : plot_hex.py or plot_voltage.py to view the ECG signal graph.
########### Compate ECG Data from software with ECG Data in database #####
- Run the code: compare_data_v2.py to plot the graph of comparation and see the MSE results.