mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-07-01 18:47:39 +00:00
Minor changes
This commit is contained in:
parent
b63811848f
commit
831c3999b4
6 changed files with 22 additions and 23 deletions
|
@ -1,6 +1,3 @@
|
|||
// Weather update client
|
||||
// Connects SUB socket to tcp://localhost:5556
|
||||
// Collects weather updates and finds avg temp in zipcode
|
||||
#include <zmq.h>
|
||||
#include <assert.h>
|
||||
#include <time.h>
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
// Weather update server
|
||||
// Binds PUB socket to tcp://*:5556
|
||||
// Publishes random weather updates
|
||||
|
||||
#include <zmq.h>
|
||||
#include <assert.h>
|
||||
#include <time.h>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// Weather update client
|
||||
// Connects SUB socket to tcp://localhost:5556
|
||||
// Collects weather updates and finds avg temp in zipcode
|
||||
#include <zmq.h>
|
||||
#include <assert.h>
|
||||
#include <time.h>
|
Loading…
Add table
Add a link
Reference in a new issue