Skip to main content

A simple file streamer over websockets.

Project description

Firecrest Streamer

A simple command-line interface (CLI) tool to stream files over WebSocket connections.


✨ Features

  • Send and receive files securely via WebSocket.
  • Simple CLI interface for both client and server modes.
  • Shared secret based authentication.

🧰 Installation

(Optional) Create a virtual environment

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip

Install Firecrest Streamer

pip install firecrest-streamer

🚀 Usage

Run as a Client

To send or receive files, you need the secret coordinates issued by the Firecrest Streamer server when a new transfer is initiated.

Receive a file:

streamer receive --coordinates [secret-coordinates] --path [destination-path]

Send a file:

streamer send --coordinates [secret-coordinates] --path [file-to-send]

Note: The --coordinates value must match the one provided by the server.


Run as a Server

You can also run your own Firecrest Streamer server to handle file transfers.

Start a server to send files:

streamer server --secret [your-secret-string] send --path [file-to-send]

Start a server to receive files:

streamer server --secret [your-secret-string] receive --path [destination-path]

Tip: Use a unique --secret string to protect your server session.


🧑‍💻 Development

Run from source

pip install -r requirements.txt
cd src
python -m streamer server --secret [your-secret-string] send --path [file-to-send]
python -m streamer receive --coordinates [secret-coordinates] --path [destination-path]

📦 Distribution

To build and publish a new version to PyPI:

python3 -m build --wheel
twine upload dist/*

Note: Your PyPI API token should be stored in the local .pypirc file.


📝 License

This project is licensed under the BSD-3-Clause license. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firecrest_streamer-0.0.18.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

firecrest_streamer-0.0.18-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file firecrest_streamer-0.0.18.tar.gz.

File metadata

  • Download URL: firecrest_streamer-0.0.18.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for firecrest_streamer-0.0.18.tar.gz
Algorithm Hash digest
SHA256 6190646b0ff5749b89e1a03e11aa98a0dbe295b588d6a9702583175969729e70
MD5 f385a13ce1e9b6a5d2f60efe40065291
BLAKE2b-256 3a38fb03c64b38530b80771f742cc0c713964b38164abb540eef6d4e1dc9b98c

See more details on using hashes here.

File details

Details for the file firecrest_streamer-0.0.18-py3-none-any.whl.

File metadata

File hashes

Hashes for firecrest_streamer-0.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 5aef6d4f5e2b3055609db7ef827e912e57a9668406a45f4345a20403308da866
MD5 a78e470c24426eb49e075bf6e825ca60
BLAKE2b-256 2f2f6d9b6d5fde32a4bd71db454c3349e2bfcf4d31db7ed08c9fed65906e507a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page