iot
Here are 9,921 public repositories matching this topic...
-
Updated
Mar 31, 2021 - Python
Summary
We're starting up kong for integration tests for our custom plugins using the start_kong method implemented in spec/helpers.lua. We need to be able to set environment variables as our plugin is using some custom environment variables. Currently the only way through the start_kong method to set env vars is to prefix them with KONG_. I noticed that kong_exec, which start_kong calls ha
-
Updated
Feb 3, 2021 - C
-
Updated
Mar 30, 2021 - C
-
Updated
Mar 31, 2021 - C
-
Updated
Mar 23, 2021 - JavaScript
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
We have Changelog documentation here:
https://docs.saltproject.io/en/latest/topics/development/changelog.html
However, this documentation is not integrated or referenced in our documentation on how to create PRs:
https://docs.saltproject.io/en/latest/topics/development/contributing.html
The "Changelog" section appears BEFORE the Contributing section, but should likely be placed INSIDE
-
Updated
Mar 30, 2021 - C
-
Updated
Mar 30, 2021 - Java
-
Updated
Mar 31, 2021 - Erlang
-
Updated
Mar 27, 2021 - Go
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
Aug 26, 2020 - C#
-
Updated
Mar 28, 2021 - C
-
Updated
Mar 30, 2021 - C
-
Updated
Mar 29, 2021 - C++
-
Updated
Mar 30, 2021 - C++
Starting point: a default, single-node microk8s installation (snap install microk8s --classic --channel=1.19) with several deployments installed through GitLab integration, including database pods with persistent volumes (storage addon).
Running microk8s disable ha-cluster deletes all deployments, all services, all pods, and all persistent volumes without any warning. Everything is gone
-
Updated
Mar 30, 2021 - Python
Summary of Problem
Not able to open port with stopbits as 1.5
I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'
I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow
Improve Docs
Please describe which part of docs should be improved or typo fixed
The document about redirect plugin contains the configuration about using http_to_https in redirect plugin, but it doesn't add a curl test case to show the result.

Describe alternatives you've considered
NA
Additional context
NA
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Mar 30, 2021 - Java
-
Updated
Mar 30, 2021 - C
What would you like to be added/modified:
To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.
To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef
Improve this page
Add a description, image, and links to the iot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytesandblkio.bfq.io_servicedfiles.