Skip to content
/ jeton Public

Copy (read/write) data (disk, TCP, software producer/consument), split data stream, measure momentary data transfer speed, use RAM buffers of specified size and construction (threads, semaphores).

License

Notifications You must be signed in to change notification settings

kwadrat/jeton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Copy (read/write) data (disk, TCP, software producer/consument), split data stream, measure momentary data transfer speed, use RAM buffers of specified size and construction (threads, semaphores).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published