Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/membraneframework-labs/membrane_pcap_plugin
- Owner: membraneframework-labs
- License: apache-2.0
- Created: 2019-02-01T14:27:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T10:00:24.000Z (about 1 year ago)
- Last Synced: 2023-11-16T10:49:26.201Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 6.27 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)