Weird APC behaviour #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Antennas seem to send / receive (likely send) data in batches of a few bytes; a full batch is properly received, but many batches are never sent. What's even weirder, if sending the same data over and over, the same few chunks of that data are always received and the same chunks always dropped. This can probably be made into a coherent protocol with enough effort.
TO:DO - send non repeating that and check which chunks are sent
Also also, the chunks sent and received seem to be consistent between modules! (It always intrinsically sends the same parts of the file!)