diff bin/collector @ 1590:8268224c1b23

WIP support for choice/enum attrs Ignore-this: e1a59eef744fa550f6612fdb037cb940
author drewp@bigasterisk.com
date Fri, 02 Jun 2017 06:58:49 +0000
parents f2e6d96d02de
children 013cbd7a0f08
line wrap: on
line diff
--- a/bin/collector	Wed May 31 08:20:19 2017 +0000
+++ b/bin/collector	Fri Jun 02 06:58:49 2017 +0000
@@ -1,4 +1,12 @@
 #!bin/python
+"""
+Collector receives device attrs from multiple senders, combines
+them, and sends output attrs to hardware. The combining part has
+custom code for some attributes.
+
+Input can be over http or zmq.
+"""
+
 from __future__ import division
 from rdflib import URIRef, Literal
 from twisted.internet import reactor, utils