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,937 public repositories matching this topic...
-
Updated
Jul 22, 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
Bug Description
fix issues found by Coverity Scan in syncMain.c
To Reproduce
N/A
Expected Behavior
fix following issues:
| issue type | category | file path | function | line number |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
-
Updated
Jul 7, 2022 - C
-
Updated
Jul 22, 2022 - C
-
Updated
Jul 22, 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
Jul 22, 2022 - Java
-
Updated
Jul 21, 2022 - C++
-
Updated
Jul 22, 2022 - C
-
Updated
Jul 22, 2022 - Erlang
Current State
The Kubernetes Service Discovery module supports a field default_weight as the weight for Apache APISIX upstream nodes, but it misses from both the config-default.yaml and the document https://apisix.apache.org/docs/apisix/next/discovery/kubernetes/.
Desired State
We need to add explanation for this field.
Is your feature request related to a problem?
We have users periodically asking for week-based partitioning.
Describe the solution you'd like.
Add WEEK to the PARTITION BY options.
Describe alternatives you've considered.
No response
Additional context.
This PR should give enough hints on how to implement this feature: questdb/questdb#1571
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
Jul 13, 2022 - Go
-
Updated
Jul 7, 2022 - 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
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
Jul 22, 2022 - C++
-
Updated
Jul 22, 2022 - C
-
Updated
Jul 22, 2022 - Python
-
Updated
Jul 7, 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
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?