Johannes Weiss 96e8335180
write PCAP handler (#46)
Motivation:

Especially with TLS but also without, in real production environments it
can be handy to be able to write pcap files from NIO directly.

Modifications:

add a ChannelHandler that can write a PCAP trace from what's going on in
the ChannelPipeline.

Result:

easier debugging in production
2019-04-12 15:08:10 +01:00
2018-07-14 12:06:55 +01:00
2018-05-15 17:09:13 +01:00
2019-03-26 11:19:43 +00:00
2019-04-12 15:08:10 +01:00
2019-04-12 15:08:10 +01:00
2019-04-12 15:08:10 +01:00
2018-05-15 15:36:56 +01:00
2018-05-15 15:36:56 +01:00
2018-05-15 15:36:56 +01:00
2018-05-15 15:36:56 +01:00
2019-04-12 15:08:10 +01:00
2019-03-27 09:44:25 +00:00

NIOExtras

NIOExtras is a good place for code that is related to NIO but not core. It can also be used to incubate APIs for tasks that are possible with core-NIO but are cumbersome today.

What makes a good contribution to NIOExtras?

  • a protocol encoder/decoder pair (also called "codec") that is often used but is small enough so it doesn't need its own repository
  • a helper to achieve a task that is harder-than-necessary to achieve with core-NIO

Code Quality / Stability

All code will go through code review like in the other repositories related to the SwiftNIO project.

swift-nio-extras part of the SwiftNIO 2 family of repositories and depends on the following:

  • swift-nio, version 2.0.0 or better.
  • Swift 5.0.
  • zlib and its development headers installed on the system. But don't worry, you'll find zlib on pretty much any UNIX system that can compile any sort of code.

To depend on swift-nio-extras, put the following in the dependencies of your Package.swift:

.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"),

Support for older Swift versions

On the nio-extras-0.1 branch, you can find the swift-nio-extras version for the SwiftNIO 1 family. It requires Swift 4.1 or better.

Current Contents

Description
Useful code around SwiftNIO.
Readme 1.9 MiB
Languages
Swift 99.8%
C 0.2%