Skip to content

SwiftLotus/swiftysockets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftysockets

Socket Implementation in Swift

swiftysockets is a socket implementation in Swift built upon the work done by the Zewo TCPIP module.

To use swiftysockets in your application you'll need to first install libtide.a. Once libtide.a and its headers are installed on your system you can use swiftysockets in your project with a Swift Package Manager Package dependency:

import PackageDescription

let package = Package(
  name:  "chatterserver",
  dependencies: [
    .Package(url:  "https://github.com/iachievedit/swiftysockets", majorVersion: 0),
  ]
)

An example of how to use swiftysockets can be found in our swiftychatter application.

About

Socket Implementation in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%