An open API service indexing awesome lists of open source software.

https://github.com/diamondlightsource/ebeclient

Python client for control of EBE-4
https://github.com/diamondlightsource/ebeclient

from-dls-controls

Last synced: 3 months ago
JSON representation

Python client for control of EBE-4

Awesome Lists containing this project

README

        

# Instructions

Clone: git clone [email protected]:DiamondLightSource/EBEClient.git

Run Simulator:

$ python ebe/simapp.py -i 127.0.0.1 -p 8080

Run Client App:

$ python ebe/app.py -h # View Help
$ python ebe/app.py -i 127.0.0.1 -p 8080 # Read Device Name
$ python ebe/app.py -i 127.0.0.1 -p 8080 --param 10 # Get param 10
$ python ebe/app.py -i 127.0.0.1 -p 8080 --param 10 --value 2 # Set param 10 to 2