Skip to content

jdswinbank/VOEvent-0MQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

VOEvent-ZeroMQ Demo

This is a proof-of-concept of distributing VOEvent packets using ZeroMQ. This code is not production ready and is not intended for "serious" use.

Server

The server connects to a broker which provides events using the VOEvent Transport Protocol (by default, we use that provided by DC-3 Dreams). Events are rebroadcast using the ZeroMQ "pub/sub" system.

Requirements

Configuration

Edit the file config.py.

Usage

Run the server using Python:

$ python server.py

Client

The client connects to the server and receives events over ZeroMQ. It simply dumps the received events to standard output.

Requirements

Configuration

Edit the source.

Usage

Run the client using Python:

$ python client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages