Skip to content
/ fs2-pcap Public

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

License

Notifications You must be signed in to change notification settings

lhns/fs2-pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.