Telnet-Client
Telnet-Client copied to clipboard
Simple telnet client made in swift
Telnet-Client
Simple telnet client made in swift
Requirements
- Swift 5.0
- Xcode 10.0+
- iOS 11.0+
ScreenShots
![]() |
![]() |
Used Libraries
Installation
- Download the project.
- Open the terminal and navigate to the directory of project
cd TelnetClient
. - Install Dependencies with Cocoapods
pod install
. - Open the workspace
open TelnetClient.xcworkspace
.