Question: Use Python 3 to implement the following two apps. app 1 : will use urllib to retrieve a JSON payload of data from the Internet,

Use Python3 to implement the following two apps.
app1: will use urllib to retrieve a JSON payload of data from the Internet, then it will use a network socket programming to send the payload securely using TLS security to the app2. It will also save the JSON payload to a text file on the Linux system. All workflow actions pass or fail will be logged into the activity MongoDB NoSQL database via Eve with a timestamp.
app2: will receive the secure payload from app1 using TLS. All workflow actions pass or fail will be logged into the activity EVE/MongoDB NoSQL database with a timestamp. Unit tests will confirm all methods are functional.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!