You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef MSGSPS_COMMON_H
|
|
#define MSGSPS_COMMON_H
|
|
|
|
#define HOST "127.0.0.1"
|
|
#define PORT 1883
|
|
|
|
#define PUB_QOS 1
|
|
#define SUB_QOS 1
|
|
#define MESSAGE_SIZE 1024L
|
|
|
|
#endif
|
|
|