Releases: thinmanj/Transmitter-Project
Releases · thinmanj/Transmitter-Project
1.0
0.9: Merge pull request #6 from thinmanj/files_and_directories
Handling Multiprocessing and transferring either files or directories.
0.3: Merge pull request #3 from thinmanj/adding_basic_protocol
Adding outbound data handling to send information from the client to the server.
At this moment, only the filename is being sent
Better error and logging handling
Added exception handling to check file and socket errors
Added console logging and added a better format
Initial release of functionability
A minor release of Transmitter. Includes the code to send and receive data through TCP streams.
on a terminal run:
python transmitter.py recv
and in a second
python transmitter.py send README.md
It should transmit the README.md file, create an out.file, and create a transmitter.log log file
Full Changelog: https://github.com/thinmanj/Transmitter-Project/commits/0.1