Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A basic implementation of UDP-based Data Transfer protocol (UDT) in C

License

NotificationsYou must be signed in to change notification settings

coditva/udt-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

An implementation of theUDP-based Data Transfer (UDT) protocol in C.UDT is a much faster data transfer protocol than TCP and provides a socketinterface to send/receive data just like any other protocol.

The documentation can be found in the header files (seeinclude/udt.h).

How to

make# compilemake clean# cleanupexport LD_LIBRARY_PATH=./src/:$LD_LIBRARY_PATH# export the library pathprogs/server# start the serverprogs/client# start the clientprogs/sendfile# start the sendfile serverprogs/recvfile"file/to/get""file/to/saveas"# receive the file

Progress

  • Implement architecture.
  • Implement basic API.
  • Implement handshake.
  • Use threads for sender/receiver.
  • Implement data packet handling.
  • Implementsendfile,recvfile.
  • Implement timer and use it to send various packets.
  • Make this work with an existing UDT implementation.
  • Implement a congestion control algorithm.

Bugs, suggestions

Please report bugs, suggestionshere.

References

License

MIT

About

A basic implementation of UDP-based Data Transfer protocol (UDT) in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp