-
I have picked up the development on an app which uses a phone to send BLE data to an IOT device. The app works as it should on Android, but as we all know, it works completely differently on iOS.
…
-
### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct]…
-
### Windows Version
Microsoft Windows [Version 10.0.22631.4249]
### WSL Version
2.0.14.0
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.133.1-1
### Distro Ve…
-
A pact job dies with the following message: "An error occurred in the channel: Expected data packet 25 but received 27"
The error occurred both in version 0.21 and with the current 0.4-snapshot. Appa…
-
I use CRC and HMAC on the sender :
`printf("CRC Sucess : %d\n", csp_crc32_append(packet));`
`printf("HMAC Sucess : %d\n", csp_hmac_append(packet, false));`
and set bit flags :
`packet->id.flags =…
-
I am trying to identify Memcache Protocol packets and print the data only for these packets using jnetpcap. Jnetpcacp has support for headers ethernet, ip, udp and tcp. I am not aware of what is corre…
-
## Overview
At a high level, our [Shared Testing Harness](https://docs.calyxir.org/frontends/queues.html#shared-testing-harness) works by processing a workload of pushes and pops as quickly as poss…
-
Does Holoscan have a way to dynamically update state in an operator based on some external command?
For example, my team is developing a Holoscan application with the following layout (PR [here](ht…
-
I am interested in implementing packet injection and would like to know the best starting point to extend the functionality of this driver. I am considering basic RAW data transmission and would appre…
-
Hi mantriyogesh,
In fg mode, ESP32c3 calls the following function to send 200 bytes of data. By capturing packets through the air port, it is found that the data will be split into multiple packets…