Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lipkegu/tftp-1
tftp server and client
https://github.com/lipkegu/tftp-1
Last synced: 25 days ago
JSON representation
tftp server and client
- Host: GitHub
- URL: https://github.com/lipkegu/tftp-1
- Owner: LipkeGu
- Created: 2016-04-27T10:03:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T11:23:55.000Z (about 9 years ago)
- Last Synced: 2023-08-03T18:54:14.092Z (over 1 year ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tftp
tftp server and client in cAll credit to original developers:
Jonathan Felske
Andrew Fullard
Craig Holmes
Reza Rahmanian
Adam TomaltyAuthors's note
/**********************************************************
Date: NOV 28th, 2006
Project : TFTP Client
Programers:
Jonathan Felske
Andrew Fullard
Craig Holmes
Reza Rahmanian
Adam Tomalty
File: TFTP Client (main)
Purpose: A TFTP client that will request a connections from
the server and transefet files.
Notes: Here we are using the sendto and recvfrom
functions so the server and client can exchange data.
***********************************************************/