![]() |
Re: [Announce] SMScon (control your device with SMS)
Quote:
Code:
dpkg -l python* > /home/user/MyDocs/output1.txt |
Re: [Announce] SMScon (control your device with SMS)
Which email will work ?
|
Re: [Announce] SMScon (control your device with SMS)
Quote:
I just assume that the interface for password/passphrase is different. I have tried to set up a pub key with no 'passphrase' and gives an empty 'password' in smscon_config but it failed as well. |
Re: [Announce] SMScon (control your device with SMS)
|
Re: [Announce] SMScon (control your device with SMS)
@ pigro & SaintGermain:
SMSCON uses the straight shell command interface for connecting with ssh. Python ssh part in SMSCON: Code:
(Output, ExitStatus) = pexpect.run( 'ssh -n -N -T -f -p %s -R %s:%s:%s %s@%s &' % (REMOTEPORT, LocalPort, LocalHost, REMOTEPORT, REMOTEUSER, REMOTEHOST), events = { '(?i)password':REMOTEPASSWORD + '\n', '(?i)(yes/no) ?':'yes' + '\n' }, withexitstatus = True ) If somebody has better code to implement in SMSCON please share it. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
1) I think the password prefix idea is not necessary, because you can change all SMS commands to something cryptical *you* only know what it means & you don't obviously tell anybody. Also this password will be shown on Nokia screen when received (if phone is unlocked & Notification popup message is enabled). (in future version of SMSCON with the COM_CHECK command you can recieve a SMS with all the available commands, if you have forgotten them.) 2) Can be done, I hold it under consideration. 3) I like this idea and will implement this in future version. It will work then with and without extra parameters. |
Re: [Announce] SMScon (control your device with SMS)
Quote:
Code:
smscon -init |
Re: [Announce] SMScon (control your device with SMS)
still mailfrom is xxx
|
Re: [Announce] SMScon (control your device with SMS)
@digitalvoid
i suggest for the location sms reply use like this format. Syntax http://maps.google.com/staticmap?cen...=heightxweight eg: http://maps.google.com/staticmap?cen...5&size=240x320 TQ |
Re: [Announce] SMScon (control your device with SMS)
hmn, how to stop sending smses about open/close keyboard? It is a command for this?
|
All times are GMT. The time now is 23:15. |
vBulletin® Version 3.8.8