Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 823 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 823 Bytes

rsc

This repository contains the programs used in the evaluation of "RESTful Service Composition"

xrd

An embedded jetty service for file transfer.

snapshot

The implementations of a simple PV snapshot application.

  • snapshot.js is a node.js implementation based on ca.js in ./lib
  • snapshot.py is a python implementation based on caget() of pyepics
  • snapshot_pv.py is based on PV class of pyepics
  • snapshot_ca.py is based on ca module of pyepics
  • snapshot_pv_threading.py is a multi-threading version of snapshot_pv.py
  • snapshot_ca_threading.py is a multi-threading version of snapshot_ca.py

For the details of pyepics and pv vs ca in pyepics, please check the pyepics document.