obuspc: 1.0.1.5

This commit is contained in:
suvendhu 2023-09-13 12:28:04 +05:30 committed by Vivek Kumar Dutta
parent b718d566d7
commit 7db489d987
2 changed files with 8 additions and 3 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=obuspc PKG_NAME:=obuspc
PKG_VERSION:=1.0.1.4 PKG_VERSION:=1.0.1.5
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/obuspa-test-controller.git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/obuspa-test-controller.git
PKG_SOURCE_VERSION:=34faea6f68e718fa4f0cfd418cba418f22c81d38 PKG_SOURCE_VERSION:=61f14c5a1fba8c251cf1cfb18c163eab62d5674d
PKG_MAINTAINER:=Vivek Dutta <vivek.dutta@iopsys.eu> PKG_MAINTAINER:=Vivek Dutta <vivek.dutta@iopsys.eu>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip

View file

@ -2,7 +2,7 @@ config global 'global'
option enabled '1' option enabled '1'
option debug '1' option debug '1'
option log_level '1' option log_level '1'
option prototrace '1' option prototrace '0'
config mqtt 'mqtt' config mqtt 'mqtt'
option BrokerAddress '127.0.0.1' option BrokerAddress '127.0.0.1'
@ -15,5 +15,10 @@ config controller 'controller'
option ResponseTopicConfigured '/usp/discovery/controller' option ResponseTopicConfigured '/usp/discovery/controller'
option mqtt 'mqtt' option mqtt 'mqtt'
config proxy 'usp'
option protocol 'USP'
option parent_dm 'Device.'
option mount_point 'Node'
config agent 'agent' config agent 'agent'
option Topic '/usp/endpoint' option Topic '/usp/endpoint'