Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ejoliet/voeventsdigest
VOEvents consumer producer in java
https://github.com/ejoliet/voeventsdigest
broker client java service vo voevent
Last synced: 22 days ago
JSON representation
VOEvents consumer producer in java
- Host: GitHub
- URL: https://github.com/ejoliet/voeventsdigest
- Owner: ejoliet
- Created: 2018-07-20T21:35:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T19:18:12.000Z (over 6 years ago)
- Last Synced: 2024-11-09T23:12:38.538Z (3 months ago)
- Topics: broker, client, java, service, vo, voevent
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.javaTo 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