henryj320 / python_projects

This is a repository for all of my Python projects. The README contains all of the Completed and Future project ideas.
0 stars 0 forks source link

basic_messaging #50

Open henryj320 opened 2 years ago

henryj320 commented 2 years ago

Title: basic_messaging Date Started: 2022-09-17 Date Completed: 2022-09-17 (1 day) Language: Python Overview: A basic messaging app. Effectively a prerequisite for tcp_message_sender_and_receiver. Use Flask to send a string from one endpoint (host:port pair) to another Python script.

Result: You can now send and receive a TCP or UDP message between a server (receiver) and client (sender). Running the Project:

You can run the code in the terminal by running: Terminal 1: "python receiver.py udp". Terminal 2: "python sender.py udp". You may need to update the host and port.