lhns / fs2-pcap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Scala 100.0%