lhns / fs2-pcap   0.1.0

Apache License 2.0 GitHub

A library for capturing, crafting, and sending packets with fs2 using pcap4j

Scala versions: 2.13 2.12

fs2-pcap

Test Workflow Release Notes Maven Central Apache License 2.0 Scala Steward badge

This project provides fs2 helper methods for pcap4j. Have a look at the sample to get started.

Usage

build.sbt

// use this snippet for cats-effect 2
libraryDependencies += "de.lolhens" %% "fs2-pcap" % "0.0.3"

// use this snippet for cats-effect 3
libraryDependencies += "de.lolhens" %% "fs2-pcap" % "0.1.0"

License

This project uses the Apache 2.0 License. See the file called LICENSE.