Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/membraneframework-labs/membrane_pcap_plugin

Membrane PCAP source, capable of reading captured packets in pcap format
https://github.com/membraneframework-labs/membrane_pcap_plugin

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Membrane PCAP plugin

[![CircleCI](https://circleci.com/gh/membraneframework/membrane_pcap_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_pcap_plugin)

## 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](https://membraneframework.org).

## Installation

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

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

## Copyright and License

Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

Licensed under the [Apache License, Version 2.0](LICENSE)