Notices


Reply
Thread Tools
fragos's Avatar
Posts: 900 | Thanked: 273 times | Joined on Aug 2008 @ Fresno CA USA
#11
I run Ubuntu on my desktop and if I set a folder for sharing it can be seen on my N810 over the USB connection. Clearly some form of network file access is built in th the N810. Question is it Samba or NFS. I regularly mount NFS shares from my laptop on my desktop with WiFi. I haven't quite figured out NFS on the N810 though.
__________________
George Fragos
Internet Coach & Writer
Maemo Mapper HowTo
Personal Blog -- 3 Joe's Blog


N810 -- 5.2010.33-1
 
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#12
I also noticed there is socat available...

You could just tell them to run socat and listen on a specific port and you can send anything you want to them.

Maybe somebody could write a quick qt gui with a predetermined port, an nmap scan for that port on opening, and prompt for filename and open socket on port with socat.

socat would eliminate the need for a running ssh server

Wish I had more time

Last edited by quipper8; 2010-03-17 at 23:02.
 
Fargus's Avatar
Posts: 1,217 | Thanked: 446 times | Joined on Oct 2009 @ Bedfordshire, UK
#13
Originally Posted by benny1967 View Post
ad-hoc may be a nice add-on for such an application, but chances are that if you're sitting on a table with another n900 user and both of you are on wifi, you're on the same network anyway.
...
There are lots of situations where this wouldn't be the case but I seem to recollect that infrastructure mode goes up to the full 54mbps but Ad-Hoc mode only required to run at 11mbps so depending upong the implimentation (Assuming ad-hoc is possible) then a big drop in transfer speed might be experienced. However, as Bluetooth is aboiut 3mbps this is still a substantial increase.
 
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#14
Originally Posted by quipper8 View Post
I also noticed there is socat available...

You could just tell them to run socat and listen on a specific port and you can send anything you want to them.

Maybe somebody could write a quick qt gui with a predetermined port, an nmap scan for that port on opening, and prompt for filename and open socket on port with socat.

socat would eliminate the need for a running ssh server

Wish I had more time
Googling for something similar, I found

http://lanshark.29a.ch/en/About.html

Looks like a simple little program, source available and it looks like python

Last edited by quipper8; 2010-03-17 at 23:20.
 
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#15
just tried socat from n900 to scratchbox running on ubuntu and it worked fine

on receiver run

socat TCP-LISTEN:<some high port number> /home/user/MyDocs/<filename to receive>

on sender run

socat TCP:<ip address of recipient>:<same high port number> <path and name of file to send>

If you get a littl crazier I think you could probably pipe into socat to send found files or tar output, etc
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:40.