iot
Here are 11,146 public repositories matching this topic...
-
Updated
Oct 10, 2021 - Python
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }
I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.
-
Updated
Jun 16, 2021 - C
-
Updated
Oct 9, 2021 - C
In the first picture,the parameter described under " ".
But in the second picture,the parameter describtion is different from the first.
In fact, the first one is true.W
-
Updated
Sep 22, 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
Describe the solution you'd like
It would be nice to have a way to control whether a VM starts on boot or not. Maybe a new autostart option to salt.states.virt.running and/or salt.states.virt.defined? Or maybe a new function?
Describe alternatives you've considered
I'll probably use salt.modules.virt.set_autostart for now.
-
Updated
Oct 9, 2021 - C
-
Updated
Oct 8, 2021 - Java
-
Updated
Oct 9, 2021 - Erlang
-
Updated
Oct 9, 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
Aug 13, 2021 - Go
-
Updated
Oct 10, 2021 - C
-
Updated
Aug 4, 2021 - C#
Issue description
-
the pluginx wolf-rbac 's login url /apisix/plugin/wolf-rbac/login return the json but header give the content-type is text/plain, when the browsr crossdomain post then show the cors error, please change the plugin login post give the Content-type to application/json
-
The wolf-rabc 's login uri /apisix/plugin/wolf-rbac/login will lose the cors plugin add the
-
Updated
Oct 9, 2021 - Jupyter Notebook
-
Updated
Oct 8, 2021 - C
While struggling around with ingress (#2546) I figured out some inconsistencies. For most k8s services it is possible to override args or configs. But for ingress this doesn't work.
It should be possible to customize enable.{my-service} and {my-service}.yaml by having a local copy in:
/var/snap/microk8s/current/microk8s-resources/
But this doesn't seem to work.
-
Updated
Aug 1, 2021 - C++
-
Updated
Oct 8, 2021 - Python
-
Updated
Sep 28, 2021 - C++
Is your enhancement proposal related to a problem? Please describe.
_ A clear and concise description of what the problem is._
Use defines in
radio_phy_setradio_switch_complete_and_tx- and so on
Refer to:
https://github.com/zephyrproject-rtos/zephyr/pull/37283/files#r680822843
Describe the solution you'd like
A clear and concise description of what you want to h
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
The goal is to create thin, easy to use PHP client for sending ILP messages. We already have Java client:
Perhaps port this one maintaining the same API
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."


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