tHMZ
|
2010-08-25
, 17:02
|
Posts: 183 |
Thanked: 33 times |
Joined on Aug 2010
|
#41
|
|
2010-08-25
, 17:22
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#42
|
root apt-get install maemo-python-device-env apt-get install python-location apt-get install pexpect apt-get install ncftp (cli ftp client) apt-get install gstreamer-tools apt-get install openssh
RemoteHost = 'XXXXXXXXXXXXX' # remote server address RemotePort = 22 # remote server port RemotePath = '/XXXXXXXXXXXX' # remote server ftp path RemoteUser = 'XXXXXXXXXXXXX' # remote user RemotePassword = 'XXXXXXXXXXXXX' # remote password
sudo gainroot cd /home/user/MyDocs cp /home/user/MyDocs/newfolder/* /usr/bin
root cd /usr/bin chmod 755 smscon chmod 755 smscon_daemon
root smscon -start
root smscon -help
The Following User Says Thank You to AlexV12 For This Useful Post: | ||
|
2010-08-25
, 18:07
|
Posts: 12 |
Thanked: 3 times |
Joined on Jul 2010
@ Europa Majora
|
#43
|
|
2010-08-25
, 18:24
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#44
|
|
2010-08-25
, 18:47
|
Posts: 56 |
Thanked: 11 times |
Joined on Jan 2010
|
#45
|
Has anyone tried to build this stuff on top of IAMHERE instead of starting from scratch? We had this in the works for a while but it was basically abandoned.
http://wiki.maemo.org/I_am_here
it could be idea to combine these projects
just a thought
|
2010-08-25
, 19:26
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#46
|
|
2010-08-25
, 20:32
|
Posts: 62 |
Thanked: 6 times |
Joined on Jun 2010
@ Poland
|
#47
|
Ssh (it's technically a reverse ssh connection) is only needed if you want to control you device (command 'Remote on' & 'Remote off').
Ftp is used for sending the frontcam photo to you own ftp server (command 'Camera').
I check if the connection is active (before ftping) by checking if my website can be reached. Why? I could use a simple ping to my IP address (server), but the ping is not always passed through GPRS or LAN networks with a strict firewall. Port 80 (website) is always passed, so smscon only works if a website is available on the server to connect to. I will look in to it; maybe I change this to a ping again with a fallback to website checking.
Does anybody know how I can compose & send a email by cli.
Python smtplib doesn't work either.
|
2010-08-25
, 21:21
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#48
|
|
2010-08-28
, 19:15
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#50
|