Code Monkey home page Code Monkey logo

Comments (4)

ludanfeng avatar ludanfeng commented on September 28, 2024

@leeyoung48 初步判断是你的设备开启了IPv6,把配置里的:1883改成0.0.0.0:1883或者127.0.0.1:1883试试,有问题再反馈,多谢。IPv6适配工作我们还没开展,以后安排。

from baetyl.

leeyoung48 avatar leeyoung48 commented on September 28, 2024

修改了localfunc的yml,还是一样的错误
~ # cat /usr/local/var/db/openedge/module/localfunc/module.yml
name: localfunc
hub:
address: tcp://0.0.0.0:1883
username: test
password: hahaha
rules:

  • id: rule-e1iluuac1
    subscribe:
    topic: t
    qos: 1
    compute:
    function: sayhi
    publish:
    topic: t/hi
    qos: 1
    functions:
  • id: func-nyeosbbch
    name: 'sayhi'
    runtime: 'python27'
    handler: 'sayhi.handler'
    codedir: 'var/db/openedge/module/func-nyeosbbch'
    entry: "bin/openedge_function_runtime_python27.py"
    env:
    USER_ID: acuiot
    instance:
    min: 0
    max: 100
    timeout: 30s
    logger:
    path: var/log/openedge/localfunc/localfunc.log
    console: true
    level: "debug"
    ~ # cat /usr/local/var/db/openedge/module/localhub/module.yml
    name: localhub
    listen:
  • tcp://0.0.0.0:1883
    principals:
  • username: 'test'
    password: 'be178c0543eb17f5f3043021c9e5fcf30285e557a4fc309cce97ff9ca6182912'
    permissions:
    • action: 'pub'
      permit: ['#']
    • action: 'sub'
      permit: ['#']
      subscriptions:
  • source:
    topic: 't'
    target:
    topic: 't/topic'
    logger:
    path: var/log/openedge/localhub/localhub.log
    console: true
    level: "debug"
    ~ #

from baetyl.

ludanfeng avatar ludanfeng commented on September 28, 2024

@leeyoung48 我们没有海思的板子,一时调试不了,如果能拿到板子我们调试看看。
你可先测试一下本地Hub有没有正常启动,用MQTT Client工具(比如MQTT Box)连一下本地Hub试试。

from baetyl.

xwdreamer avatar xwdreamer commented on September 28, 2024

@leeyoung48
给一下开发部的参数信息,哪里买的海思开发板,能否给个淘宝或者官方商城的链接。

from baetyl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.