-
## Current Behavior
SPI RX on whoop board drops connection every few seconds. No model mismatch notification, I use model match but that doesn't seem to matter if it is on or off.
## Steps to Re…
Gozzz updated
2 weeks ago
-
Hello, I noticed a bug on the lidar sensor : if simulation frequency is higher than lidar frequency, the published lidar point cloud will only contains data produced on the last simulation tick, and …
-
Allow sending some OOB user data bi-directionally over an existing SRT connection.
1. Unreliable delivery. If a packet is lost, neither the receiver nor the sender would ever know. An application…
-
Mockito does a great job at the HTTP level, but at times I would like to test lower level clients that send UDP or TCP packets. While this is clearly different from the `server.mock(...) -> Mock` obj…
-
### Steps to reproduce
play this video https://t.me/kolokol_21/2582
### Expected behaviour
plays well, maybe with a little crackle like on android
### Actual behaviour
sound disappears after a se…
f242 updated
2 months ago
-
Using SSH to linux servers works fine.
Connections from windterm to any Cisco device fail with "Received SSH_MSG_DISCONNECT: 2:Received EOF for non-existent channel 0."
Connections to Linux ser…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
try
{
var packet = Packet.ParsePacket(e.GetPacket().LinkLayerType, e.GetPacket().Data).Extract();
if (packet != null && (packet.SourcePort == 7656 || packet.DestinationPort == 7656…
-
**Versions**:
- Minecraft 1.19.2
- Forge Version: 43.3.5 (tested on multiple versions doesent seem like the forge version matters)
- Origins Version: any (tested most of them)
- Origins++ Version:…
-
This is more of a question than an issue, but I didn't get any response on IRC. I'm trying to get `wpan-ping` to work with `hwsim`:
```
$ sudo modprobe mac802154_hwsim
$ sudo iwpan dev wpan0 set …