Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 482 Bytes

VOEvent client to suscribe to broker and parse voevents in Java

VOEvents: VOEvent is the International Virtual Observatory Alliance standard for describing transient celestial events. See more here http://www.ivoa.net/documents/Notes/VOEventTransport/

To compile: javac Client.java

To run client:

java -cp . Client

To send voevent, use comet implementation https://github.com/jdswinbank/Comet and run broker sending data/voevent.xml sample:

comet-sendvo -f data/voevent.xml