Skip to main content

Event and Message layer application

Project description

Vakhshour
=========

Event Layer and Message layer application.


Requirements:
pyOpenSSL
Twisted
pyCrypto

Usage:
======

1. Running master server:

Running the master server is very easy:

$ vakhshourd

'vakhshourd' use the '/etc/vakhshour/vakhshour.json' as its configuration file.
Take a look at configurations comments.
Take a look at the --help parameter of 'vakhshourd'.

2. Sending Events:

Here is a sample code:


from vakhshour.base import Node, Event

a = Node(host="x.x.x.", port="8888")

event = Event(name="logout", sender="someservice",
user="lxsameer")
a.send(event)


NOTE: user parameter for Event class is a logout event parameter.

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

Vakhshour-0.91.47.tar.gz (222.5 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