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.
To run the example project, clone the repo, and run pod install from the Example directory first.
TFTPSwift depends on CocoaAsyncSocket for UDP sockets.
TFTPSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TFTPSwift'TFTPSwift can only send files, but cannot download them yet.
Clément Mangin, [email protected]
TFTPSwift is available under the MIT license. See the LICENSE file for more info.