Skip to content

clementmangin/TFTPSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFTPSwift

Version License Platform

TFTPSwift is a TFTP client library written in Swift that aims to be a working implementation of TFTP client as per RFC 1350. For nnow, only support sending files to a TFTP server.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

TFTPSwift depends on CocoaAsyncSocket for UDP sockets.

Installation

TFTPSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TFTPSwift'

Limitations

TFTPSwift can only send files, but cannot download them yet.

Author

Clément Mangin, [email protected]

License

TFTPSwift is available under the MIT license. See the LICENSE file for more info.

About

A TFTP library written in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published