-
----
### Issue details
I want to use px4_avoidance for multiple drones. I have updated the model and launch files regarding that, and when I run everything, I can see the point clouds on rvis, a…
-
Hello,
This library is great, however I get occasional hitching in the audio when using it. I suspect this is due to the use of TCP for the audio stream. UDP is much better at handling imperfect ne…
-
I would like to request a new feature in AKS. In GCP when you configure a TCP/UDP Load Balancer Service you can add an [All-ports](https://cloud.google.com/kubernetes-engine/docs/how-to/service-parame…
-
I am trying to use a client written in haxe to send UDP packets to a server I have written in golang. I am able to get it to work by setting the host ip to "localhost"
This is the working code
``…
-
At the SRR we discussed how openEO (and SH statistical API) could support feature engineering functionality in EOTDL.
Here is an example of using standard openEO functionality, which created a pro…
-
In a browser:
```
peerConnection.onicecandidate = (event) => {
if (event.candidate) {
// nothing.. just testing
}…
-
**Describe the reverse proxy you'd like**
It is just Traefik, I think well known. Probably I am doing something wrong, but after testing Sablier I got the impression that it only works for http entry…
-
You may want to update the UDP port number to the current value (2242).
-
- Verify that udpOptions isn't actually exposed to users. Currently a few channelfw UDP channel functions like host access lists aren't implemented because they don't appear to be visible.
- Revisit …
-
Hi,
I am trying to send a UDP packet from my Android device. My code looks as follows:
```javascript
chrome.sockets.udp.create({}, function(createInfo) {
const socketId = createInfo.socketI…