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...
-
Updated
Jun 12, 2022 - Python
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
-
Updated
May 27, 2022 - C
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
- String not null terminated High TDengine/src/kit/taos-tools/src/benchUtil.c postProceSql
- Resource leak High TDengine/src/kit/taos-tools/src/taosdump.c parse_json_to_recordschema
3
-
Updated
Jun 11, 2022 - C
-
Updated
Jun 12, 2022 - C
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
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
-
Updated
Jun 11, 2022 - Java
-
Updated
Jun 6, 2022 - C++
-
Updated
Jun 12, 2022 - C
-
Updated
Jun 12, 2022 - Erlang
Description
- 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]
- However, when I don't do the assignment, I expect to be
config.yaml
, but I actually getconfig-.yaml
. - It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
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
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
-
Updated
Jun 6, 2022 - Go
-
Updated
Oct 25, 2021 - C#
@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
-
Updated
Mar 24, 2022 - C
-
Updated
May 30, 2022 - C++
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
-
Updated
Jun 12, 2022 - Python
-
Updated
Jun 10, 2022 - C++
-
Updated
Apr 27, 2022 - C++
-
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
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
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