|
2008-10-13
, 22:53
|
|
Posts: 880 |
Thanked: 264 times |
Joined on Feb 2007
@ Cambridge, UK
|
#52
|
The Following 2 Users Say Thank You to speculatrix For This Useful Post: | ||
|
2008-10-14
, 15:28
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#53
|
|
2008-10-14
, 16:08
|
Posts: 609 |
Thanked: 232 times |
Joined on Dec 2007
@ the end of my rope
|
#54
|
The Following 2 Users Say Thank You to lm2 For This Useful Post: | ||
|
2010-02-21
, 12:05
|
Posts: 89 |
Thanked: 6 times |
Joined on Feb 2010
|
#55
|
|
2010-02-21
, 12:44
|
|
Posts: 184 |
Thanked: 33 times |
Joined on Jan 2010
|
#56
|
|
2010-02-21
, 19:06
|
Posts: 247 |
Thanked: 91 times |
Joined on Jan 2008
@ London/M4 Corridor
|
#57
|
#====== case[5] scp : scp -q -i $base.ssh/$private_key $base$rfile $username@$remote_ip:~
|
2010-02-22
, 13:38
|
Posts: 134 |
Thanked: 42 times |
Joined on Feb 2010
|
#58
|
|
2010-02-25
, 09:51
|
|
Posts: 34 |
Thanked: 8 times |
Joined on Dec 2009
@ London
|
#59
|
|
2010-02-25
, 10:48
|
Posts: 81 |
Thanked: 45 times |
Joined on Dec 2009
|
#60
|
The Following User Says Thank You to dov For This Useful Post: | ||
I have a sort of workish c daemon that stores gps info whenever the gps got a fix from another application, write them on disk if the machine reboots so it can reload them next time it starts, and wait that the internet is available to send them on a remote xmlrpc server (as well as the exact time and date the gps fix occured).
It also takes picture from the cam when the internet connexion is active, next step is to have those picture send to the remote xmlrpc server too.
Currently, this is stored on a completly unrelated garage project's svn, but i may create a specific project once i m sure i can have something that works:
https://garage.maemo.org/plugins/scm...c/?root=sayhoo
Anybody interested in writing the xmlrpc server side ?
I do not feel like writing the full php web site, but i alreay got some xmlrpc things working:
https://garage.maemo.org/plugins/scm...oo&view=markup
Let me know if you are interested.