//
// IpuCountConstant.h
// ipu-count-client
//
// Created by tony on 16/3/4.
// Copyright © 2016年 shelomi. All rights reserved.
//
#ifndef IpuCountConstant_h
#define IpuCountConstant_h
#endif /* IpuCountConstant_h */
//#define SERVER_ADDRESS @"172.18.90.220"
//#define SERVER_PORT 9999
#define SERVER_ADDRESS @"121.42.183.206"
#define SERVER_PORT 9000
//#define SERVER_ADDRESS @"192.168.31.239"
//#define SERVER_ADDRESS @"192.168.1.103"
//#define SERVER_PORT 9100
#define COUNT_SERVICE_URL @"count_service_url"
#define COUNT_HEARTBEAT_INTERVAL @"count_heartbeat_interval"
#define LOG_SEPERATOR @"###"
#define LOG_ITEM_SEPERATOR @"$$$"
#define LOG_FILE_PATH @"/IpuCount"
#define LOG_FILE_NAME @"/IpuCountLog"
#define OPERATE_START @"start"
#define OPERATE_EXIT @"exit"
#define OPERATE_UPDATE @"update"
|