-
Hey guys!
Having a specific issue after compiling from latest source:
When I try to connect using WS protocol, it does connect to the FTEQWSV, but it does not initiate the map on the server.
If…
-
This package seems to include quite a few ways to capture packets. It would be nice to have a more thorough comparison of the tradeoffs and when to use what.
From what I can tell gopacket/pcap uses…
-
OpenVPN implements its own reliability layer on top of UDP (it's worthy to note that it's used for TCP too). We should follow the reference implementation as closely as possible.
This basically boi…
-
I am working on pure-C implementation for OpenVizsla host software: https://github.com/matwey/libopenvizsla
I've faced the following issue with FPGA firmware last summer.
I have been not able to mak…
-
At least on this DAQ, the received packets are 64 bytes of which 31 values, yes, and then there's one 16-bit packet counter.
And two things can happen (they do happen on mine, at least):
- At th…
-
> I know this is just ported over from the C code, but I wonder if we should do something about this at some point. For someone using Shadow to model a lossy network, having 0-length-payload packets b…
-
## Introduction
When supporting networking in an application, we normally have the choice between TCP and UDP connections.
TCP is more reliable, but slower, and has some [algorithms](https://en.wiki…
-
By reading the code at lines https://github.com/andyblarblar/LD06/blob/69ceb9d973bc2e1cf0147e67304766581d8e8a1a/src/ld06_driver.rs#L125-135 I found that any packet that contains the start byte will be…
-
Hi Edouard,
The packet modulator and other future digital modulators that transmit packets rather than continuously, should typically disable the transmitter between packets (Assuming there isn't a…
-
## Issue Description ##
I successfully set up wireless connection with two B210. UE gets its IP:10.45.1.2 and can ping 10.45.1.1. But core network cannot ping 10.45.1.2. I have uninstall the Open…