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,615 public repositories matching this topic...
-
Updated
Jun 2, 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
taosBenchmark subscribe crash
To Reproduce
Steps to reproduce the behavior:
- Build taosd, taosBenchmark in latest develop branch
- go to 'TDengine/src/kit/taos-tools/example'
- execute taosBenchmark -f insert_csv.json
- execute taosBenchmark -f subscribe.json
Expected Behavior
taosBenchmark -f subscribe.json should not crash
Screenshots
N/A
-
Updated
Jun 1, 2022 - C
-
Updated
Jun 2, 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 2, 2022 - Java
-
Updated
Jun 1, 2022 - C++
-
Updated
Jun 1, 2022 - C
-
Updated
Jun 2, 2022 - Erlang
Current Behavior
if hook_config is not present, the following exception will be thrown
apisix attempt to index local 'hook_conf' (a nil value)
https://github.com/apache/apisix/blob/aefffe914f9f3ec187d3db6688c02d22785cf400/apisix/debug.lua#L171 should include a check.
Expected Behavior
not throwing an error if hook_conf is not present.
Error Logs
No response
Steps to
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
May 29, 2022 - Go
rt_device_create()
创建设备附加user_data时,rt_device_create()只为user_data分配了空间,但是并没有对user_data指针进行初始化,导致使用user_data数据时读写异常,需要额外再设备驱动初始化时对其进行赋值,造成一定的困扰。
-
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 1, 2022 - Python
-
Updated
May 23, 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