Code Monkey home page Code Monkey logo

bluesky-hwproxy's People

Contributors

ksunden avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bluesky-hwproxy's Issues

Handle startup profile

the cli is there, but needs to be translated into a startup dir before handing it off to the lower level code

Pub/sub infrastructure

having only this process do polling of hardware and then alerting interested clients of changes scales better than having each client poll

Requires

  • caching
  • polling
  • handshaking for clients to ask to subscribe
  • probably should look at builtin zmq pub/sub infrastructure

Should additional protocols provide methods beyond reading

e.g.

  • set
  • Flyer methods
  • stage/unstage
  • pause/unpause
  • stop

Thus far, I've only provided the ability to read information, no set operations at all.
A full description of all protocol methods would allow a small wrapper to be used in many bluesky plans (at least ones that only use protocol methods).

Protocol compliant client object

Nicer python object which supports the protocols supported by this interface specifically (i.e. no setting)

These objects should be compliant to the point where they can be placed wherever a readable device is needed in a plan

Authentication/Authorization story

So far, we assume trusted users and only provide read operations anyway (see #3).

We could:

  • use the allowed plans and devices / user group code from queueserver to differentiate who is allowed to see what hardware
  • somehow auth against httpserver, not currently using that project, so a little out of the loop on what is possible/easy. can we just provide additional routes to the existing server?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.