上一节熟悉了 RESTful JSON API,并且用它进行了下行数据,但它无法接收上行数据。这里就得启用MQTT,本篇笔记介绍该项目中 MQTT 的集成能力,演示如何使用 MQTT 工具进行数据上下行。 2.6 WebUI 中 Rest API 的调用逻辑分析 应用如何根据 AS 提供的北向 API 进行开发呢? 那么多的 API 都是怎么使用,这篇笔记梳理...
Add gateway name to the HTTP integration's JSON payload #639 openedon Nov 11, 2021bycdrx 2 tasks done Add i18n #638 openedon Nov 10, 2021byc0de4j0y 1 task done 2 redis timeout error when get request on restAPI #636 openedon Nov 1, 2021bymsadeghz...
chirpstack: directory containing the ChirpStack Network server (+ Application Server) files to build the container chirpstack-gateway-bridge: directory containing the ChirpStack Gateway Bridge files to build the container chirpstack-rest-api: directory containing the rest api files to build the container ...
#添加用户sudo-u postgres psql#-- set up the users and the passwords#-- (note that it is important to use single quotes and a semicolon at the end!)create role chirpstack_aswithlogin password'dbpassword';create role chirpstack_nswithlogin password'dbpassword';#-- create the database for ...
This is not the REST API! server These are the certificates for the server-side of the API and must be configured in chirpstack-application-server.toml. Example: ca_cert="certs/ca/ca.pem" tls_cert="certs/chirpstack-application-server/api/server/chirpstack-application-server-api-server.pem" ...
lora-app-server_1 | time="2017-01-23T13:23:51Z" level=info msg="registering rest api handler and documentation endpoint" path="/api" I've imported the corresponding p12 to the browser i'm using to connect to the api server.
rpc error: code = Unimplemented desc = unknown service api.Node I'm sure the service is available at this url. I'm using REST API now instead of gRPC, and it's working fine. In case this matters, I'm running lora-app-server in docker container based on this projecthttps://github....
INFO[0000] handler/mqtt: subscribling to tx topic topic="application/+/node/+/tx" INFO[0000] registering rest api handler and documentation endpoint path="/api" Owner build/lora-app-server --postgres-dsn postgres://loraserver:dbpassword@localhost/loraserver?sslmode=disable --http-tls-cert /...
API The REST interface that was present in ChirpStack Application Server v3 has been removed, in favor of the gRPC API interface (please see theapi/folder of the repository for the API definitions). However, a gRPC to REST interface bridge component will be provided as a separate service. Pl...
173 + # This is the API and web-interface exposed to the end-user. 174 + [application_server.external_api] 175 + # ip:port to bind the (user facing) http server to (web-interface and REST / gRPC api) 176 + bind="0.0.0.0:8080" 177 + 178 + # http server TLS certificate...