Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 556 Bytes

README.rst

File metadata and controls

29 lines (15 loc) · 556 Bytes

This program is in Polish language. It allows for transferring data by:

  • TCP streams
  • from/to file
  • from/to stdio

It allows for operations:

  • duplicating data stream - for example writing simultaneously to file and to TCP connection
  • calculating MD5 sum (TODO)
  • generate certain amount of data
  • measuring the speed of data processing/moving
  • changing the size of memory buffer
  • using single buffer
  • using multiple buffers and two threads (reader, writer) for smoother transfers

Documentation (in Polish) - see docs.txt

License - MIT