Anonymous

Changes

From Pumping Station One
22 bytes added ,  14:32, 12 January 2015
Line 92: Line 92:  
Nodes send messages using json data.  Sensors use zmq PUB/SUB.  Actuators use zmq PUSH/PULL.  Neurons use whatever they have to do get the job done, which means they SUB to sensors, and PUSH to actuators.
 
Nodes send messages using json data.  Sensors use zmq PUB/SUB.  Actuators use zmq PUSH/PULL.  Neurons use whatever they have to do get the job done, which means they SUB to sensors, and PUSH to actuators.
    +
=== Code Snippits ===
 
Sensors send data like this:
 
Sensors send data like this:
  
Cookies help us deliver our services. By using our services, you agree to our use of cookies.