Top "Ethernet" questions

Ethernet is a set of networking technologies widely used to interconnect computers.

Hook up Raspberry Pi via Ethernet to laptop without router?

I'm working on a balloon project with a Raspberry Pi. When we potentially recover the Raspberry Pi, it will most …

ssh raspberry-pi ethernet
How to filter MAC addresses using tcpdump?

I am running tcpdump on DD-WRT routers in order to capture uplink data from mobile phones. I would like to …

wireshark ethernet pcap tcpdump packet-capture
Clarification on Ethernet, MII, SGMII, RGMII and PHY

I primarily come from an Embedded Software background and hence I have very limited knowledge about hardware in general. I …

networking ethernet
How do I create virtual ethernet devices in linux?

I am testing an implementation of a protocol that talks between two computers using ethernet (not IP). In order to …

linux networking virtualization ethernet
Read MAC Address from network adapter in .NET

I'd like to be able to read the mac address from the first active network adapter using VB.net or …

.net ethernet mac-address
Ethernet Connectivity through Programmatically (Android) (Rooted Device)

I have a small issue regarding Ethernet. My three questions are: Can we programmatically Turn-On/Off Ethernet? Can we programmatically …

android ethernet android-networking
Ethernet CRC32 calculation - software vs algorithmic result

I'm trying to calculate the Frame Check Sequence (FCS) of an Ethernet packet byte by byte. The polynomial is 0x104…

python algorithm ethernet crc32
Filter options for sniff function in scapy

I'm working on a scapy based tool where at a point I need to sniff a packet based on protocol …

python linux networking ethernet scapy
Ethernet disabling in raspberry pi

We are trying to develop an application on raspberry pi. We are planning run Pi using batteries. So we have …

linux usb raspberry-pi ethernet
Sending HTTP POST Request with Arduino and ENC28J60 Ethernet LAN Network Module

I just bought new ENC28J60 Ethernet LAN Network Module on Ebay, and I want to send POST Data with …

c arduino request http-post ethernet