0
votes
0answers
73 views
Internet very slow when upgrading to Ubuntu 9.10 [closed]
I was running Ubuntu 8.x on my desktop and everything worked fine. Im using wired internet and it worked perfectly, pages loaded pretty fast.
However, when I decided to upgrade to …
10
votes
0answers
2k views
how to throttle bandwidth on a linux network interface [closed]
Is there a way to constrain the bandwidth on a NIC in linux? I'd like to be able to simulate an arbitrarily slow connection.
0
votes
0answers
37 views
A can ping B, B can ping C but A cant ping C. How do i connect A to C (ethernet)? [closed]
I have a computer at home with ip 192.168.221.xxx I have another computer at work that I can ping and it has 2 ip addresses: 192.168.1.xxx and 192.168.0.xxx. Those last 2 addresses …
1
vote
2answers
77 views
High speed UDP receiver in MATLAB
I'd like to implement the receiving end of my system in MATLAB - this requires Gigabit Ethernet with sustained speeds of over 200Mb/sec.
Using MATLAB's built-in UDP from the Instr …
3
votes
3answers
611 views
How to send a WOL package(or anything at all) through a nic which has no IP address?
I'm trying to send a WOL package on all interfaces in order to wake up the gateway(which is the DHCP server, so the machine won't have an IP yet).
And it seems that I can only bin …
0
votes
1answer
58 views
How to Enable/Disable Jumbo Frames in NIC Card using VC++ [Programmatically]
Hi,
I wanted to know how to enable or disable jumbo frames for Installed NIC Card Programmatically..
For Installed NIC Card..We can set in using GUI..But i wanted to do it Progra …
0
votes
1answer
9 views
uip homepage down? need uip documentation
does anybody know what happend to http://www.sics.se/~adam/uip/index.php/Main%5FPage?
the complete sics.se server appears to be down
i desperately need the uip documentation...
0
votes
4answers
110 views
Ethernet - USB communication
I have a piece of hardware that sends USB data over ethernet (only the data stored in the package will be send). On a remote PC the data is recieved via ethernet. How can I send th …
0
votes
3answers
70 views
Design for wire between server and access point and RF to endpoint device
We're about to design an inhouse industry network consisting basically of the following: 1 server connected via wire to up to 100 proprietary RF access points (basically embedded d …
1
vote
3answers
166 views
10 gig ethernet in Java?
Does Java 6 support 10 gig ethernet out of the box?
It seems like it shouldn't require Java changes, but I thought I remembered that Java 7 was adding 10 gig support.
0
votes
1answer
30 views
Assistance in debugging FreeBSD drivers (Ethernet problem)
I've just installed pfSense (a FreeBSD distro) and I'm having problems with my Ethernet adapters - I seem to be able to get it into a state where I cannot ping any machine despite …
2
votes
1answer
181 views
Overhead with PPP and Ethernet
What is the overhead for PPP and Ethernet sending 5000 bytes?
Frame size for Point-to-Point Protocol: 8 bytes
MTU: 500 bytes
Frame size for Ethernet: 18 bytes
MTU: 1500 bytes
Bo …
1
vote
3answers
116 views
How to establish ethernet connection between laptop and embedded device
I'm designing a device which will be connected to a computer using ethernet. It already has a mac controller built in. When I attach the device, all that happens is the computer br …
1
vote
3answers
127 views
Which ARM processor should be used for transfering data via ethernet ?
The question below was related to the 8051 family as it has only the serial ports. Now when i found out that the ARM processors have inbuilt ethernet facility i decided to mov on t …
3
votes
4answers
252 views
What’s the most efficient protocol for reliable multicast?
When a sender needs to multicast a relatively large volume of data (say several megabytes per second) in a reliable way over Ethernet to a modest number of receivers (say less than …
