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.19.tar.gz (7.0 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.19-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: firecrest_streamer-0.0.19.tar.gz
  • Upload date:
  • Size: 7.0 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.19.tar.gz
Algorithm Hash digest
SHA256 719311a291c17662476925c04f77aba26f75d2a4077d08ebaa5f3a10bec1d2d1
MD5 ba82adac749963745dc1e97be3d17adb
BLAKE2b-256 74a88aba8c2fd6561aa51b5f654734f69d502bec304a86b8228613c80cc06254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for firecrest_streamer-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 0cc91913681164857a89f76904a1cfbb22c1caecf06b7968e4acb71ee6cee462
MD5 cc1568980f89492e5797a7d05fa3f85e
BLAKE2b-256 df269c5aaaf61075dd0bae8583710c2139d4332f807097b19a237fd61b487734

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