ethernet
PIC 18 controller as serial to ethernet bridge
I am planning to use PIC18F6*** serial microntroller for my project serial-ethernet converter. Once I will put my hex code in PIC micro-controller for send recieve serial port data I will use the win开[详细]
2022-12-26 04:58 分类:问答How to get the IP address of a remote host from its Ethernet address?
I\'m looking for some Linux code to find an IP address from an Ethernet address. I suppose I have to do some inverse ARP trickery but I don\'开发者_运维问答t find any example...http://compnetworking.a[详细]
2022-12-24 15:52 分类:问答Programmatic use of ARP
I have a need for some C or C++ code, compilable under Linux, to be able to take a list of IP addresses of some arbitrary number of remote hosts machines and obtain a ethernet MAC address for each one[详细]
2022-12-23 14:42 分类:问答Is there a class you can use for devices with ethernet connectivity
I am using C#.net and need to connectto a device that has ethernet (ip address). What class can I开发者_如何学C use to communicate with such a deviceWell not knowing what device what protocol or what[详细]
2022-12-21 04:57 分类:问答Sending data between two ethernet interfaces on the same box
I would like to send data between two ethernet interfaces that are connected with a crossover cable in Linux.The two ethernet interfaces are on the same box.I defined the ethernet interfaces to have d[详细]
2022-12-21 04:12 分类:问答How to rapidly read data coming through a 10GbE NIC?
I have two debian boxes connected by a CX4 cable going between two 10 GbE cards.One is going to be generating data very quickly (between 4Gbits/s and 16Gbits/s), and the other needs to be able to grab[详细]
2022-12-19 20:56 分类:问答Why I receive no answer from an ARP request?
I\'m working on an embedded device that connects on local network with RJ45 and when the system sends an ARP request to know the mac address of the gateway, no answer at all.[详细]
2022-12-18 06:25 分类:问答How can I inject raw packets onto my network
In testing certain network device driver receive features, I need to send special packets on the wire.I know I 开发者_运维问答need to open a raw socket and push the bytes out.Is there some well-known[详细]
2022-12-18 02:30 分类:问答Winsock Join MAC ADDRESS Multicast group
Is there a way to join an Ethernet multicast group?All documentation I found is about adding an IP group.[详细]
2022-12-17 04:51 分类:问答Sending data over tcpip using Microchip's PIC18F
A开发者_开发百科ll of the examples in the TCPIP Demo App are built using a custom program that designs a webpage that triggers callbacks when the webpage is changed.Is it possible to get a value from[详细]
2022-12-16 20:10 分类:问答