5 #define DEFAULT_NODE_ID "example_node" 8 #define DEFAULT_HOME_USER "home_user" 9 #define DEFAULT_HOME_PASS "home_pass" 10 #define DEFAULT_HOME_DB "HOME_DB" 11 #define DEFAULT_HOME_PORT 8086 12 #define DEFAULT_HOME_HOST "ec2-13-58-145-29.us-east-2.compute.amazonaws.com" 15 #define DEFAULT_META_USER "meta_user" 16 #define DEFAULT_META_PASS "meta_pass" 17 #define DEFAULT_META_DB "META_DB" 18 #define DEFAULT_META_PORT 8086 19 #define DEFAULT_META_HOST "ec2-52-87-156-130.compute-1.amazonaws.com" 22 #define DEFAULT_GLOBAL_TAGS "source=node" 25 #define MAX_CONNECTION_ATTEMPTS 5 28 #define SSL_ENABLED 1u 29 #define ENABLE_SSL_CONFIG 1u 30 #define ENABLE_SSL_SEC_CONFIG 1u 33 #define MIN_SATELLITES 3 34 #define MAX_GPS_TRIES 6 37 #define SLEEPTIMER 460u 44 #define ULTRASONIC_FLAG 0u 45 #define ULTRASONIC_2_FLAG 0u 47 #define OPTICAL_RAIN_FLAG 0u 48 #define DECAGON_FLAG 0u 49 #define AUTOSAMPLER_FLAG 0u 51 #define VALVE_2_FLAG 0u 52 #define ATLAS_WQ_FLAG 0u 55 #define AUTOSAMPLER_TRIGGER 0u 56 #define VALVE_TRIGGER -1 57 #define VALVE_2_TRIGGER -1 58 #define META_TRIGGER 1u 59 #define GPS_TRIGGER 1u 63 #define ULTRASONIC_LOOPS 5 64 #define OPTICAL_RAIN_LOOPS 1 65 #define DECAGON_LOOPS 1