Writing Docstrings
'''
Script: TCPClient.py
By: JOR
Purpose: sends TCP packets with static text and a time stamp to a particular address and port.
Prerequisites: ensure the sockets library is installed
Tested: on Python v3.10.4 under Windows 10
Revision History:
Alpha version: 13FEB22
Notes:
Do not edit the values in this script, all fixed settings are maintained at .\settings\tcp.py
This script has no error handling, by design.
'''
Last updated