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.
=========
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file Vakhshour-0.91.47.tar.gz.
File metadata
- Download URL: Vakhshour-0.91.47.tar.gz
- Upload date:
- Size: 222.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e243ac0b21e3972842a45d61e28772a196a933b10dde63575cf9b0586e6f2b00
|
|
| MD5 |
a03ef62b4b735ed233fdfa112f8a90eb
|
|
| BLAKE2b-256 |
58a648caea96ee07cb1e8832f7d810f2a563656573caf297306ab1c5c0805663
|