ethernet
Getting Notified on "Ethernet cable plugged in" events in linux
I am writing a Python Application开发者_如何学JAVA running on linux. I want to be able to register and be notified by the system if a network cable is plugged in/ out.[详细]
2023-03-29 09:46 分类:问答How to determine MTU between my cable modem and ISP?
I am trying to understand the \"big picture\" of MTU. Specifically开发者_JAVA技巧, many discussions of MTU focus on a single hop (e.g. laptop to router), so the natural question is: how to determine M[详细]
2023-03-28 19:34 分类:问答Is there a Linux driver for testing transport protocols?
I am trying to test some communication protocols, both commercial and homegrown. I would like to find an Ethernet driver that allows me to degrade the channel 开发者_如何学Goin a controllable fashion.[详细]
2023-03-27 12:36 分类:问答Book suggestions for Low-level ethernet/networking (e.g. MII) [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.开发者_JAVA百科[详细]
2023-03-24 21:55 分类:问答Raw ethernet broadcasting
I downloaded WinDDK and am 开发者_运维问答using ndisprot 5x to broadcast raw ethernet packets from my user app, specifying destination MAC all 0xff\'s, on large and repetitive data sets it doesn\'t se[详细]
2023-03-17 18:27 分类:问答How to reliably generate Ethernet frame errors in software?
Question: I\'m testing a section of cable-fault finding software, and I\'d like to reliably and reproducibly generate cable faults on a cat5 cable.[详细]
2023-03-12 18:26 分类:问答Android How to enable/disable ethernet from an application?
How can i enable/disable the ethernet 开发者_运维百科from my android app? There is no EthernetManager in SDK like WifiManager.Android comes with ifconfig (configure arbitrary network and netmask, also[详细]
2023-02-25 06:14 分类:问答Determine whether MAC address is physical or virtual on Linux
I have tried using several commands as well as couple of examples using C/C++ but am still not able to find a flawless method that can differentiate between physical or virtual ethernet adapters. Phys[详细]
2023-02-22 06:19 分类:问答send/recv ethernet frame on windows using C++
is there any windows library / kernel-mode driver (with usermode API) in C/C++ which I can use to send/recv ethernet frame without IP 开发者_Go百科(only use mac address).[详细]
2023-02-20 23:52 分类:问答Linux hostname resolution on a machine with multiple running interfaces
I have 4 running eth ports o开发者_StackOverflow社区n my Linux machine (eth0 through eth3). So if i give the command host <hostname>, which eth port\'s ipaddress will be returned? how does linux[详细]
2023-02-10 08:01 分类:问答