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,531 public repositories matching this topic...
-
Updated
May 15, 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
Jun 16, 2021 - 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
May 14, 2022 - C
-
Updated
May 14, 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
file.replace with backslash_literal throwing the following traceback.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/salt/cli/caller.py", line 218, in call
ret["return"] = self.minion.executors[fname](
File "/usr/lib/python3/dist-packages/salt/loader/lazy.py", line 149, in __call__
return self.loader.run(run_func, *args, **kwargs
-
Updated
May 14, 2022 - Java
-
Updated
Apr 21, 2022 - C++
-
Updated
May 14, 2022 - Erlang
-
Updated
May 14, 2022 - C
Description
I'm using grpc-transcode plugin to manage gRPC<=> HTTP, It would be great to convert grpc-status-details-bin in header to HTTP response body in case an error from the upstream.
Decoded grpc-status-details-bin :

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