iot
Here are 9,751 public repositories matching this topic...
-
Updated
Feb 13, 2021 - Python
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Feb 3, 2021 - C
-
Updated
Feb 13, 2021 - C
-
Updated
Feb 12, 2021 - C
-
Updated
Feb 3, 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
Description
On this page: https://docs.saltproject.io/en/master/topics/development/contributing.html#pr-time
The link in the text in the first sentence "PR Guidelines" is linking to the develop branch and thus hitting a 404 page and should be going to https://docs.saltproject.io/en/master/topics/development/pull_requests.html or latest
Expected behavior
Expected to hit latest or mast
-
Updated
Feb 13, 2021 - C
-
Updated
Feb 13, 2021 - Java
-
Updated
Feb 13, 2021 - Erlang
-
Updated
Feb 5, 2021 - Go
-
Updated
Aug 26, 2020 - C#
-
Updated
Feb 11, 2021 - C
-
Updated
Feb 11, 2021 - C
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
Jan 16, 2021 - C++
-
Updated
Feb 7, 2021 - C++
-
Updated
Feb 10, 2021 - Python
It looks like microk8s is shipping 0.13 (long unsupported): https://github.com/ubuntu/microk8s/blob/2088de9c95abdc59c1428e5acf127ff758c33f5a/build-scripts/set-env-variables.sh#L16
We'll be cutting 0.20 in roughly a week, and our supported version range will be 0.17-0.20 (currently 0.16 is the oldest supported version).
This recently came up in K8s slack #knative because users were trying to
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
typo: filer should be filter.
Describe the solution you'd like
Is your enhancement proposal related to a problem? Please describe.
Refer to: zephyrproject-rtos/zephyr#28932
Describe the solution you'd like
Refer to: zephyrproject-rtos/zephyr#28932 (comment)
Describe alternatives you've considered
NA
Additional context
NA
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Feb 13, 2021 - C
-
Updated
Feb 13, 2021 - Java
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.