Skip to content

Sockets Standard

Development Status

Typed socket protocol and address types for network communication in Swift.

Installation

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/swift-standards/swift-sockets-standard.git", branch: "main")
]

Add the product to your target:

.target(
    name: "App",
    dependencies: [
        .product(name: "Sockets Standard", package: "swift-sockets-standard")
    ]
)

License

Apache 2.0. See LICENSE.md.

About

Unified TCP (RFC 9293), UDP (RFC 768), and IP (RFC 791) socket networking types for Swift.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Sponsor this project

Contributors

Languages