project8 / dripline

Slow controls for medium scale physics experiments based on AMQP centralized messaging
http://www.project8.org/dripline
1 stars 0 forks source link

wire-protocol 1.5 style config #141

Closed laroque closed 9 years ago

laroque commented 9 years ago

in particular, eliminate OP_CONFIG in favor of using OP_GET and OP_SET in conjunction with parsing the routing key.

laroque commented 9 years ago

done generically in the Endpoint class, had to add an intermediate layer of abstraction.