Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_tcp_plugin
Membrane plugin for sending and receiving TCP streams
https://github.com/membraneframework/membrane_tcp_plugin
Last synced: 2 days ago
JSON representation
Membrane plugin for sending and receiving TCP streams
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_tcp_plugin
- Owner: membraneframework
- License: apache-2.0
- Created: 2023-12-20T18:06:06.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T13:00:01.000Z (3 months ago)
- Last Synced: 2024-09-21T16:18:43.468Z (about 2 months ago)
- Language: Elixir
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane TCP plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_tcp_plugin.svg)](https://hex.pm/packages/membrane_tcp_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_tcp_plugin/)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_tcp_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_tcp_plugin)This package provides TCP Source and Sink, that read and write to TCP sockets.
## Installation
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
```elixir
{:membrane_tcp_plugin, "~> 0.6.0"}
```## Copyright and License
Copyright 2023, [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)