Skip to content

The aim of this assignment is to have you do UDP socket client / server programming with a focus on two broad aspects : Setting up the exchange between the client and server in a secure way despite the lack of a formal connection (as in TCP) between the two, so that ‘outsider’ UDP datagrams (broadcast, multicast, unicast - fortuitously or malici…

Notifications You must be signed in to change notification settings

KnowNo/FTP-implement-based-on-UDP

 
 

Repository files navigation

Copyright (c) 2014 Jun Zeng. <jun.zeng@stonybrook.edu> <zengjun0916@gmail.com>
Copyright (C) 2014 Yigong Wang <yigwang@cs.stonybrook.edu>
All rights reserved.

Based on Steven Codes' library. UNIX Network Programming, Volume 1, Third Edition.

Unrestricted rights are granted to instructors and students of CSE530 class in Fall 2014
at Stony Brook University.

About

The aim of this assignment is to have you do UDP socket client / server programming with a focus on two broad aspects : Setting up the exchange between the client and server in a secure way despite the lack of a formal connection (as in TCP) between the two, so that ‘outsider’ UDP datagrams (broadcast, multicast, unicast - fortuitously or malici…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Makefile 2.1%