ethernet
Here are 252 public repositories matching this topic...
-
Updated
May 27, 2020 - Swift
-
Updated
Sep 30, 2019 - Go
-
Updated
Jun 9, 2020 - C
The documentation on how to create a GATT Service CSV is not really accurate and assumes automatisms that are not defined in the standard.
In the first step it should be explained that GATT structures always consist of services, declarations and optional [descriptors](https://
Is your feature request related to a problem? Please describe.
Is it possible to use the harvester module to listen to a hardware event like the pressing of the trigger button? If possible, i'd like to listen to such an event and when an image is acquired fetch it
-
Updated
Jun 23, 2020 - C
-
Updated
Jan 6, 2018 - Arduino
-
Updated
Apr 27, 2020 - C#
-
Updated
Feb 9, 2020 - Shell
-
Updated
Jun 16, 2020
After calling PLC.connect, when the promises have completed, the application stays open.
The Readme doesn't indicate to expect this behavior, nor does it seem to indicate how to properly close open connections.
I tried PLC.destroy, PLC.destroySoon, PLC.end, and PLC.close. I either got errors (no function or promise rejection), or the API continues to run in the background. I tried m
-
Updated
May 19, 2020 - C
-
Updated
Apr 15, 2019 - C
-
Updated
Jun 1, 2019 - C++
-
Updated
Apr 8, 2020 - C
-
Updated
Jun 7, 2020 - C++
When calling a controllerEntity method that has a completion handler, if an error occurs before even sending the message to the network, the completion handler is called with the error status, in the same thread than the caller.
This can lead to deadlocks.
The documentation should clearly states that all completion handlers are always called from another thread.
Then the code should be change
-
Updated
Apr 2, 2020 - C
AF_PACKET socket require Linux 2.2.
PACKET_RX_RING requires Linux 2.6.5.
PACKET_VERSION with PACKET_RX_RING requires Linux 2.6.27.
TPACKET_V2 requires Kernel 2.6.27.
PACKET_STATISTICS requires TPACKET_V2.
PACKET_TX_RING requires Linux 2.6.31.
PACKET_LOSS requires Linux 2.6.31.
PACKET_TIMESTAMP with PACKET_RX_RING requires Linux 2.6.36.
PACKET_FANOUT requires Linux 3.1.
PACKET_QDISC_BYPA
-
Updated
Nov 2, 2018 - Python
Improve this page
Add a description, image, and links to the ethernet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ethernet topic, visit your repo's landing page and select "manage topics."


http://cnp3book.info.ucl.ac.be/2nd/html/principles/reliability.html#reliable-data-transfer-on-top-of-an-imperfect-link
A first glance, loosing frames might seem strange on single link.
should be:
A first glance, losing frames might seem strange on single link.