Stress test of my Freerunner

Christian Rüb christian.rueb at gmx.net
Fri Jun 12 13:56:32 CEST 2009


> I attached my code. As said, it isn't much and not very user-friendly. However, I was surprised how few code is needed to get the idea working.
> 
> storeLocation.py:
> This script is called on the FR to store the current coordinates to locations.dat
> E.g. storeLocation.py -t "My Home" -d "This is where I live since 5 years"
> Please modify "http://myserver.org/" to your needs.
> 
> sendLocations.sh:
> All locations stored in locations.dat can be send to the server with the small sendLocations.sh script. I used the http-get method since there was no urllib module in SHR.
> 
> add.py:
> On the server side, add.py receives the coordinates as cgi script and stores the information to locations.dat. (I should change the name, since the content is different to locations.dat on the FR...)
> 
> diary.kml:
> This is also a cgi script written in Python which creates the kml output from the content of locations.dat.
> 
> Have fun :-)
> Sven

Hi Sven,

is it OK to use your code and GPL it? I started building a little GUI for what you have done as a travel diary sounds like a pretty good idea to me.
You can see what I have done so far here:
http://git.senfdax.de/?p=travel-diary;a=summary

Currently it does nothing else than requesting GPS and diesplaying the fields.

bitbake recipe to follow as soon as it really does something.

Anyone interested in making an icon?

Cheers,
 Christian



More information about the community mailing list