mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-14 07:56:52 +01:00
Update: Create param.conf and key files automatically.
BugFix: change parameter name BroadcastIp and BroadcastPortNo to MulticastIP and MulticastPortNo, respectively. Update: Makefile to copy param.conf and build Log monitor. Update: README Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -23,7 +23,7 @@ namespace MQTTSNGW
|
||||
/*=================================
|
||||
* Starting prompt
|
||||
==================================*/
|
||||
#define GATEWAY_VERSION "(Ver 0.1.1)"
|
||||
#define GATEWAY_VERSION "(Ver 0.2.0)"
|
||||
|
||||
/*=================================
|
||||
* Log controls
|
||||
@@ -37,8 +37,6 @@ namespace MQTTSNGW
|
||||
#define MQTTSNGW_MAX_PACKET_SIZE (1024) // Max Packet size
|
||||
#define SIZEOF_LOG_PACKET (128) // Length of the packet log in bytes
|
||||
|
||||
#define MQTTSNGW_CONFIG_FILE "/usr/local/etc/mqttsnGateway/config/param.conf"
|
||||
#define MQTTSNGW_CLIENT_LIST "/usr/local/etc/mqttsnGateway/config/clientList.conf"
|
||||
#define MQTTSNGW_TLS_CA_DIR "/etc/ssl/certs"
|
||||
|
||||
/*=================================
|
||||
|
||||
Reference in New Issue
Block a user