Skip to content
#

iot

Here are 7,572 public repositories matching this topic...

netdata
dorongold
dorongold commented Sep 11, 2019

Summary

Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.

Additional Details

There are many use-cases that come to mind:

  • Using environment variables inside the d
oushizishu
oushizishu commented Aug 12, 2019

readme中的最后一段为什么没有翻译呢?

Tips: This project is not an official.This project collect some documents about HarmonyOS in the Internet.This is not a commercial project.This project just introduce HarmonyOS and all documents and codes come from Internet.If you use this project for business or something about make money, or in the event of any disputes arising from the usage of, or in connection with t

bionicles
bionicles commented Jan 3, 2020

There's no published benchmark for IOPS on S3 storage

Would it be possible to post this alongside the other benchmarks?

S3 storage would be super cheap way to get started because it's serverless (thus more folks would potentially use gun.js)

Thank you for the useful service. I would like to see more Auth/ABAC for startup usage, right now I'm using a centralized database because it's uncle

FireAndIce68
FireAndIce68 commented Nov 26, 2019

Relevant system information:

  • OS: Ubuntu 18.0 and , Windows 10 x64
  • PostgreSQL version 10, 11.6
  • TimescaleDB 1.3 - 1-5
  • Installation method: apt / msi

Describe the bug
When backing up and restoring the a Timescale database from one server to another where the destination server does not have the same table spaces as the source server the primary keys and indexes on the base

gavan1
gavan1 commented Oct 20, 2018

I've looked at the Master robot example which helps adding and starting multiple robots.
in this code example the mqttbot is receiving correct callback from a MQTT server, I am just not sure how to call the Tello bot TakeOff method, drone.Start() is functioning.

Using the gobot frame work how do we have leverage MQTTbot events to control the TelloBot Driver?

Thanks


func main(){
thingsboard
ejabberd
rom1dep
rom1dep commented Jul 21, 2018

What version of ejabberd are you using?

ejabberd 18.06

What operating system (version) are you using?

Erlang/OTP 19 [erts-8.3.5.4] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:true] on Fedora release 27 (Twenty Seven)

How did you install ejabberd (source, package, distribution)?

git@0a40ab93c85b2070111914a9ee752a127bf5411e (source)

What did not work

node-serialport
axwaxw
axwaxw commented Jan 24, 2020

Documentation at https://serialport.io/docs/guide-usage states:

When opening a serial port, specify (in this order)

Path to Serial Port - required.
Options - optional and described below.

However, the 'Options' are not described below, or anywhere else in the documentation.

I need to specify baud rate, stop bits, parity etc, but the correct use of these options is not document

MaureenHelm
MaureenHelm commented Feb 10, 2020

Is your enhancement proposal related to a problem? Please describe.
The lpcxpresso55s69 board currently lacks support for watchdog in zephyr.

Describe the solution you'd like
Implement a shim driver that adapts the mcux lpc wwdt driver to the zephyr watchdog interface. The existing wdt_mcux_wdog.c and wdt_mcux_wdog32.c shim drivers for kinetis and i.mx rt can be used for referen

microk8s
mfussenegger
mfussenegger commented Feb 12, 2020

PostgreSQL JDBC supports the curdate() escaped function which is
translated to current_date

See https://jdbc.postgresql.org/documentation/head/escaped-functions.html

select current_date, pg_typeof(current_date);
 current_date | pg_typeof 
--------------+-----------
 2020-02-18   | date
(1 row)

Time: 0.495 ms

Generating the current date is also otherwise a common us

Improve this page

Add a description, image, and links to the iot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.