USB-Based NIC Torrents While Your PC Sleeps
jangel sends us to WindowsForDevices.com for news on a prototype device created by researchers from Microsoft and UC San Diego. It's a USB-based NIC that includes its own ARM processor and flash storage, and can download files or torrent while a host PC is sleeping. As a result, its inventors say, the "Somniloquy" device slashes power usage by up to 50x. The device requires a few tweaks on the host OS side save state before sleeping. The prototype works with a Vista host but the hardware comprising the NIC is based on a Linux stack. Here is the research paper (PDF).
Plug it in at the end of the day, pick it up in the morning. RIAA/MPAA catches the traffic? No tracing it back to you.
A tiny computer that can download files while another computer sits idly by.
Big. Fucking. Deal.
"I'm just here to regulate funkiness."
there are so many other low-powered devices that will do so much more. like you could probably mod a router to run rtorrent and plenty of NAS already have torrent support. i have rtorrent running off a pico-itx board that also hosts my website,email,ftp,ssh,gopher,xmpp, a few python socket servers for random crap and if i had a script that would make me appear to be logged in on all those social networking sites 25/7 it would run this too.
having something that only supports bittorrent seems pretty limiting when you can have a fully featured unix CLI-based machine with plenty of room for expansion. but i said the same thing about a device that would "only play mp3's" in 2000
The trouble is, this extra hardware will be a PITA to use. You'll have to have special versions of all your torrent software, IM software, etc that run on this device. The complicated way it works means that it will be heavily OS dependent, and vulnerable to all kind of glitches and problems. It's just too complex a technology to use in order to save a few watts.
Worse, every time it wakes up your main machine's mechanical fans and hard drives, it increases the wear on those components.
A much better approach is a multi-processor PC with the technology to completely shut down un-used CPU cores and reduce fan RPM, combined with SSDs for storage. Such a setup would let you continue to run your normal software - even let you use the PC for low powered desktop apps - and when you do something that demands more power, the system would wake up.
Right now, AMD is much better for this : the low end, passively cool ATI graphics cards will run at a fraction of their normal clock-speed when idle in desktop mode. The current quad core AMD CPUs will severely underclock the unused CPU cores as well. It's not as good as a complete shut-down, but a decent AMD rig with variable speed fans (with an SSD of course) can now be built to run quietly on low power, but provide high performance on demand.
Yet you knew immediately what the phrase meant. Gee, it's almost like it got its point across with perfect clarity.
Yes, and I cn rd wrds tht r splld wtht vwls, but that doesn't make it right.
The killer XENO pro and Ultra WILL do this while the computer sleeps.
though the device is pci-e and will require a BIOS that supports this function.
They're using their grammar skills there.
"In the office environment, 52% of respondents left their machines on for remote access, and 35% did so to support applications running in the background, of which e-mail and IM were most popular (47%)."
Never mind the fact that emails are saved on the server, but is this device is really necessary in case "An instant messenger (IM) client will require the PC to be on in order for the user to stay "online" (reachable) to their contacts."
So instead of telling a significant number of respondents that they really don't have to leave their computer ON to run background applications such as IM and email (unless of course you are running an IM/email server at work or home), the author does a cartwheel while holding a sermon on how to be green.
Now that everybody has get some green in order to be green, something similar but different, here is a bare-bone OS running on a daughter card (PCIe) which allows secure access to the host's hardware even when the host is OFF but the motherboard still has power. http://support.dell.com/support/edocs/software/smdrac3/drac5/OM53/en/ug/racugc1.htm#31825. Works with Dell. A must if you don't have unrestricted physical access to your servers, and every once in a while the main power cycles but your servers don't boot/reboot automatically.
Small correction to the main article, a couple of the authors are from University of California, San Diego and not University of San Diego.
It might be linux, but it's still crap.
not quite, the KillerNIC was simply a misguided attempt to shave off a few milliseconds of latency for poser *cough* i mean hardcore gamers.
Which was always funny because they assumed that the 1/200th of a second faster latency would show up on their 120hz monitor, or relieve a few CPU cycles on their overclocked 4ghz quad-core processor. Imagine how many soap-on-a-ropes you could buy these fools for that same $170
This little usb gadget actually looks cool, a bittorent downloader that uses next to no power.
Most home NAS devices are headless linux servers, and many of them support taking over a torrent download when you shut down your PC. Or you can start a torrent/ftp/whatever download directly onto it in the first place. Maybe a home NAS uses more power than a USB stick, but much less than a typical PC or even a laptop. They also often have a full LAMP stack and much more storage than a USB stick thingy.
Those who can make you believe absurdities can make you commit atrocities. - Voltaire
While that may be true with current revisions, I see no reason why it couldn't continue to operate off of +5V standby power, or, failing that, a wall-wart. If my power supply is a typical example, then there's at least 15 watts available on the +5VSB rail when the computer is in S3 sleep. It takes no great leap of imagination to implement switching to an alternate power source when a change in the ACPI power state is observed. The only reason this "Somniloquy" is able to operate while the computer is in stanby/sleep-mode is the fact that there is still bus power supplied to the USB ports.
jdb2