예제 #1
0
def daemon():
    TBGatewayService("/etc/thingsboard-gateway/config/tb_gateway.yaml".replace('/', path.sep))
예제 #2
0
def main():
    if "logs" not in listdir(curdir):
        mkdir("logs")
    TBGatewayService(path.dirname(path.abspath(__file__)) + '/config/tb_gateway.yaml'.replace('/', path.sep))
예제 #3
0
def main():
    TBGatewayService(path.dirname(path.abspath(__file__)) + '//config//tb_gateway.yaml')
예제 #4
0
def daemon():
    TBGatewayService("/etc/thingsboard-gateway/config/tb_gateway.yaml")
예제 #5
0
def main():
    TBGatewayService(
        path.dirname(path.abspath(__file__)) +
        '/config/tb_gateway.yaml'.replace('/', path.sep))