-
We have a method deserialize which is a wrapper over `serde_cbor::de::from_slice_with_scratch` method. The code is written for an MCU environment, hence we are using no_std methods. The method is:
``…
-
In the ap / f017 parameter checking inside of the run function (hwm.py), e.g.,
# HWM14:
elif version == 2014:
if not ap:
raise ValueError(
…
grawe updated
5 years ago
-
**Describe the bug**
the serial_pty definition is missing. in hardwaremap.py
Please also mention any information which could help others to understand
the problem you're facing:
- What target…
-
# Issue description
I used ZMQ_SNDBUF && ZMQ_RCVBUF on ZMQ_PUB&&ZMQ_SUB no effect.
But I executed the following command and it worked.
sudo sysctl -w net.core.wmem_default=5000
# Environment
*…
-
Could be added to the HWM edit dialog, or as an additional button in the collapsed menu in the HWM table (along with delete).
-
soucecode: sock.setsockopt(zmq.ZMQ_HWM,1000);
/root/init/node_modules/zmq/lib/index.js:374
this._zmq.setsockopt(opts[opt] || opt, val);
^
Error: Invalid argument
at Error (n…
-
Right now, piping to a writable stream with `{ highWaterMark: 0 }` stalls indefinitely:
```javascript
const rs = new ReadableStream({
start(c) {
c.enqueue("a");
c.enqueue("b");
c.e…
-
Use the 4.2.2czmq version and the 4.3.5 zmq version
code:
```
socket->pub_intermsg = zsock_new(ZMQ_PUB);
VALID(socket->pub_intermsg);
zsock_set_tcp_keepalive (socket->pub_intermsg, 3);
assert (z…
-
We need to be able to pull counts of these items from the database:
- planned HWMs
- flagged HWMs
- surveyed HWMs
- approved / unapproved HWMs
- deployed Sensors
- recovered Sensors
- uplo…
-
I've found that there is a lot of interesting information that gets streamed through the host device from the Car Thing using MITM.
A popular endpoint seems to be "https://spclient.wg.spotify.com/gab…