Skip to content

Releases: thinmanj/Transmitter-Project

1.0

23 Jan 01:24
a465b07

Choose a tag to compare

What's Changed

Full Changelog: 0.9...1.0

0.9: Merge pull request #6 from thinmanj/files_and_directories

22 Jan 04:57
0a93810

Choose a tag to compare

Handling Multiprocessing and transferring either files or directories.

0.3: Merge pull request #3 from thinmanj/adding_basic_protocol

21 Jan 04:34
da41260

Choose a tag to compare

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

21 Jan 03:58
1a67c77

Choose a tag to compare

Pre-release

Added exception handling to check file and socket errors
Added console logging and added a better format

Initial release of functionability

19 Jan 00:21

Choose a tag to compare

Pre-release

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