Skip to main content

A simple message transport application

Project description

# Messaging client

Simple network messaging client application that can send messages stored in a file to a remote host.

## Setup virtual environment

To setup a virtual environment after cloning the repository, it is easiest to use one of the two creation scripts included in the project. The first option is to create the virtual environment with virtualenv:

` ./venv_create.sh `

The second option is to create the environment with virtualenvwrapper:

` ./venvwrapper_create.sh `

However, this requires that virtualenvwrappers has been setup (see http://docs.python-guide.org/en/latest/dev/virtualenvs/ if not familiar with virtualenvwrapper)

## Installation

There are currently two different ways of installing the application.

Through pip: ` pip install git+https://github.com/mjalas/messaging-client.git `

Manually: ` git clone https://github.com/mjalas/messaging-client.git cd message-client python setup.py install `

## Usage

To send a message to a remote host, first write the message into a file and then run the following command:

` messaging-client -m <message file> `

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

messaging-client-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

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