Slashdot Log In
Simple, Cross Platform P2P File Sharing via 802.11b?
Posted by
Cliff
on Mon Aug 26, 2002 10:55 PM
from the wireless-communications-without-the-TCP/IP-hassle dept.
from the wireless-communications-without-the-TCP/IP-hassle dept.
apago asks: "I travel alot on business and always need to exchange files with other people. We are always trying to figure out the best way to link two or more PC or Mac systems together. I carry regular and crossover cables and a small hub. Even then everyone has to configure a temp. IP address or have someone running a DHCP server. Most of these people have wireless 802.11b capability. Is there a way to share files between OSs using 802.11b without having to configure a temporary network setup? The autodiscovery and configuration of Bluetooth and ZeroConf sound like a good start. I like the easy of use of P2P apps." Does 802.11b need a TCP/IP stack to work? Could a low-profile stack, designed around ease-of-use, be used instead (all you would need to connect to the network would be the SSID, for example)?
This discussion has been archived.
No new comments can be posted.
Simple, Cross Platform P2P File Sharing via 802.11b?
|
Log In/Create an Account
| Top
| 41 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Rendezvous does this (Score:3, Informative)
The best part of Rendezvous, in my opinion, is the serverless name resolution for self-assigned IPs. For example, if your computer looks for a DHCP server and fails to find one, it assigns itself an IP address starting with 169.254. Every other computer is supposed to self-assign the same way. Normally, that's not useful, because you have to get IPs from every user before you can talk, but Rendezvous makes it possible to refer to those machines by name.
At that point, any TCP-based program will work. FTP is my favorite, of course, but AppleShare over IP works just as well going Mac to Mac. I'm not sure what the Windows to Windows options are.
Like I said, I know this isn't exactly what you're looking for, but I think it could get you close.
really need 802.11? (Score:1)
unfortunately, 802.11 configuration software is usually too clunky/inconvenient to be messing with often although winxp does a nice job and couple with osX 10.2 might just be easy enough.
IPv6 == magic bullet (Score:2, Funny)
So toss out you cross over cables and expensive wireless cards and drink the kool aid. Install IPv6 and you won't WANT those other guy's files ! (Because they are applications that only understand IPv4, of course.)
Dumb people like me, well, let me introduce you to my null modem cable and cute little program called laplink, which apparently anticipated IPv6's functionality by a mere decade . . .
uPnP, use it. (Score:2)
Not so difficult (Score:2, Informative)
is a application layer protocol which needs some sort
of networking layer protocol underneath it. Usually
IPv4 is that networking layer protocol and this is not
something very transparent and hence all the ugly
config stuff that you hate.
But since underneath all that, there is a networking layer
where you have broadcast media that everyone can talk over
theoratically its possible to have the pplication layer P2P
right on top of this. You can see something like this
if you used the QNET under QNX OS (its a filesharing protocol
like NFS, but can run directly on top of ethernet without IP)
The reason why this is not mainstream (there are some sort of
equivalents with MS windows and other OSes) is just that it has
limited applictions and people havent really thought about it.
It should be very easy to implement, say, under linux.
Just ask for it
Forget 802.11b for causual networks; use USB CF (Score:3, Insightful)
They work on Win 98 and up, Macs, and Linux, and some other exotics as well.
(Some old versions of Linux don't support some cheaper USB CF interfaces, but newer ones do.) For extra measure, get a PCMCIA CF card adapter; they cost about $10 new or $1 at a garage sale.
Windows? NetBEUI (Score:2)
Linux? Probably, but it'll be a fight getting it up. Mac? Probably not.
Dave
APIPA is your friend (Score:3, Interesting)
That's APIPA (Automatic Private IP Assignment) kicking in, newer M$ and Mac OSes (dunno about Linux, never had one configured at the wrong end of the DHCP protocol
So, provided that you have to swap files only between Win98+, 2000/XP or MacOS, just leave everything on DHCP and in a couple minutes the windows boxes happily start spamming out advertisement SMB packets and will eventually see each other.
My 0.02
Ad Hoc (Score:1, Offtopic)
All WiFi cars I have seen support it.
It lets you just connect directly to other devices.
(IIRC, you all just set to the same SSID)
I would say a TCP/IP stack is a must.
As for the file sharing, run a light weight webserver on your machines.
Drop whatever you want to share into the appropriate folder and voila, cross platform file sharing.
Simplify. (Score:2)
Too much data to transfer via flash cards? I gather that it isn't because you're willing to use 802.11b, which is no faster than USB. Even so, if you really need the speed, get a Firewire PC Card and a matching portable hard drive. Macs can mount PC-formatted ones just fine. Again, carry around a floppy with the necessary Windows Firewire card drivers just in case, or better yet, jot down the URL for getting it via the Web.
It's not glamorous, and it sure would be nice if 25 years into the personal computing era simple things like spur-of-the-moment peer-to-peer data transfer were easy to do, but it'll get the data moved without too much hassle.
USB Drive (Score:1)