membraneframework-labs / membrane_pcap_plugin

Membrane PCAP source, capable of reading captured packets in pcap format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Membrane PCAP plugin

CircleCI

Warning: this package is experimental!

This package provides the PCAP source, capable of reading files in pcap format.

It is part of Membrane Multimedia Framework.

Installation

The package can be installed by adding membrane_pcap_plugin to your list of dependencies in mix.exs:

def deps do
  [
	  {:membrane_pcap_plugin, github: "membraneframework/membrane_pcap_plugin", tag: "v0.9.0"}
  ]
end

Copyright and License

Copyright 2019, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

About

Membrane PCAP source, capable of reading captured packets in pcap format

License:Apache License 2.0


Languages

Language:Elixir 100.0%