Skip to content
#

Internet of things

The internet of things, or IoT, describes the network of physical objects (things) that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet. The Internet of Things means taking all the things in the world and connecting them to the internet.

Here are 12,668 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

help wanted feature request area/health good first issue
xiaopingcs
xiaopingcs commented May 13, 2022

Bug Description
fix issues found by Coverity Scan in taosdump.c

To Reproduce
Steps to reproduce the behavior:
N/A

Expected Behavior
fix following issues found by Coverity Scan in taosdump.c

  1. String not null terminated High TDengine/src/kit/taos-tools/src/benchUtil.c postProceSql
  2. Resource leak High TDengine/src/kit/taos-tools/src/taosdump.c parse_json_to_recordschema
    3
bug good first issue
averelon
averelon commented Aug 7, 2020

The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:

sip.js(1128): uncompensated = uint16(data[0], data[1]);

Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media

reedacus25
reedacus25 commented Mar 30, 2022

Description
I tried to use the state aptpkg.held as shown in the documentation, only for that state to apparently not exist.

I tried looping through state modules such as apt, pkg, and aptpkg with hold and held states, to find apt.held as the actually correct usage.

$ for major in apt pkg ap
Documentation severity-medium help-wanted doc-correction
sunhao-java
sunhao-java commented Jun 9, 2022

Description

  1. When I am using APISIX_PROFILE, if a value is assigned, it will be displayed as follows
    a. config-dp.yaml
    b. config-cp.yaml
    c. ...[others]
  1. However, when I don't do the assignment, I expect to be config.yaml, but I actually get config-.yaml.
  2. It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
good first issue
questdb
puzpuzpuz
puzpuzpuz commented May 30, 2022

Scenario

A user is ingesting some data (~300M rows) into a table with 270K distinct symbol values. For each of these 270K symbols we end up with at least one posix_fallocate() necessary to add a new value block. See the below flamegraph - it's quite illustrative.

An important part of the scenario is non-default index block capacity which is set to 2048. With the default capacity (w

Enhancement Good first issue Performance Core
urh
jacobagilbert
jacobagilbert commented Sep 18, 2020

A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.

I do not know the best way to address this, but quick and easy way to support

microk8s
Pflegusch
Pflegusch commented Mar 2, 2022

@ktsakalozos I'm currently using multiple microk8s clusters and found the below tools quite useful and think that they could be a great addition to the list of add-ons.
Brief description of potential add-ons:

  • Loki: Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is de
enhancement help wanted good first issue
cvinayak
cvinayak commented Nov 16, 2021

Is your enhancement proposal related to a problem? Please describe.
access_addr always seems to be of size 4; that should be #defined.
crc_init always seem to be of size 3; that should be #defined.

https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386

Describe the solution you'd like
A

Enhancement area: Bluetooth Good first issue area: Bluetooth Controller
node-serialport
maxwellhadley
maxwellhadley commented Jul 5, 2018
  • SerialPort Version: 6.2.0

  • NodeJS Version: N/A

  • Operating System and Hardware Platform: N/A

  • Have you checked the right version of the api docs?: N/A

  • Are you having trouble installing and you checked the Installation Special Cases docs? N/A

  • Are you using Electron and have you checked the Electron Docs?: N/A

I have a device which is only intermit

gy95
gy95 commented May 21, 2022

What would you like to be added/modified:
when we run keadm beta join command to start an edge node, we run systemd related commands in our source codes to start edgeocre systemd service, such as
https://github.com/kubeedge/kubeedge/blob/bef4c51ee551d315e3eb5e75db4878dd023b867f/keadm/cmd/keadm/app/cmd/edge/joinb

help wanted good first issue kind/feature