LaFonera Software Heartbeat

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:54, 5 February 2007 (edit)
Wildblue (Talk | contribs)

← Previous diff
Current revision (00:00, 4 October 2007) (edit) (undo)
Wildblue (Talk | contribs)
m (Protected "LaFonera Software Heartbeat": There is only one method of sending fon.com the heartbeat. I created a new site for developing purposes. [edit=sysop:move=sysop])
 
(58 intermediate revisions not shown.)
Line 1: Line 1:
-This is the way to simulate the fon heartbeat, so that the fonera with dd-wrt is shown as active on the fon maps.+[[Category:LaFonera]]
 +[[Category:LaFonera_(en)]]
 +[[Category:LaFonera_Software]]
 +[[Category:LaFonera_Software_(en)]]
 +You are here: '''[[Main_Page|DD-WRT wiki mainpage]] / [[LaFonera_(en)|LaFonera]] / [[:Category:LaFonera_Software_(en)|Software]] / Heartbeat'''
-This way is based on the work of +== The Fon heartbeat ==
 +'''This is the way to simulate the fon heartbeat, so that the LaFonera with dd-wrt is shown as active on the fon maps.'''
-- freddy http://fon.freddy.eu.org/+It is based on the work of freddy (http://fon.freddy.eu.org), futejia (http://futejia.blogspot.com) and krikkit (http://www.krikkit.net)
-- futejia http://futejia.blogspot.com/ 
-There are two ways you can enable your activity on the fon maps.+At first you have to register your LaFonera on www.fon.com
-The easy way by wildblue (This guide is also available on http://www.wildblue.de/fonera/heartbeat/howto) :+If you have done this successfully there are two ways you can enable it on maps.fon.com.
-# Open your web-based configuration on your DD-WRT-Fonera (e.g. 192.168.1.1)+== Fast and simple ==
-# Go to the "Administration" section, then to "Commands" (German: "Diagnose")+
-# paste the follwing commands and select "Save Startup" (German: "Startup speichern")+
-<pre>+This is the most easy way (This guide is also available on http://www.wildblue.de/fonera/heartbeat/howto).
-#!/bin/sh+It is for simply putting your LaFonera on maps.fon.com without any need to set up your own WEBserver / FTPserver.
-sleep 60+
-mkdir /tmp/simthefon+
-cd /tmp/simthefon+
-/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/key+
-/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/simthefon+
-/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/known_hosts+
-cat /tmp/simthefon/known_hosts >> /tmp/root/.ssh/known_hosts+
-chmod a+x /tmp/simthefon/simthefon+
-( /tmp/simthefon/simthefon >/tmp/simthefon/simthefon.log & ) &+
-</pre>+
- 4. Now you can reboot your router <b>or</b> simply past the commands again and select "Run Commands" (German: "Kommandos ausführen") 
 +<div style="text-align: left; padding: 5px; background: #FFBE69; border: #000000 1px solid;">Version changed to 2.0.4. You have to update the code from this page on your LaFonera, everything else is done automatically. </div>
-Thats` is. Your Router is now active on maps.fon.com 
 +''' made by [[User:wildblue|wildblue!]]'''
 +'''Actual Version: 2.0.4'''
 +<pre>
 +version 2.0.0 (modified for DD-WRT) (md5 362706c581b9c7d1c1799d6936cde455)
 +version 2.0.1 (autodetection MAC) (md5 dd9c50e0ff86c4ed87315d00a892a076)
 +version 2.0.2 (added cron mode) (md5 c12695b038a37bf789477cd6864578f7)
 +version 2.0.3 (changed MAC-retrival) (md5 15f4b146765511140b73f87eba7cfe12)
 +version 2.0.4 (changed update freq.) (md5 0726ceba23bb4e3fbcca4ca02d443f41)
-Second, more difficult way by Krikkit (I don't now why he made it that difficult, even if he changed the original script):+You can verify the md5 hashes with the linux-command "md5sum simthefon_2.0.x"
-1. download my script from http://www.krikkit.net/download/simthefon/simthefon.sh (thanks to futejia http://futejia.blogspot.com/ for his script)+</pre>
-2. download the fon key (you can get the fon key from here: http://fon.freddy.eu.org/fonera/fon-0.7.0-rev4/etc/dropbear/key )+Feel free to ask me for an update of the code.
-3. download known_hosts file ( http://fon.freddy.eu.org/fonera/fon-0.7.0-rev4/etc/dropbear/known_hosts ) 
-4. save the script and the fon key and fon known_hosts on your local ftp server or any location where you can download it with wget afterwards...+# Open the web-based configuration on your DD-WRT-Fonera (e.g. 192.168.1.1)
- +# Go to the "Administration" section, then to "Commands" (German: "Diagnose")
-5. find out your MAC-addresses and change them in the file simthefon.sh+# paste the follwing commands and select "Save Startup" (German: "Startup speichern")
- +
-<pre>+
-WLMAC+
-ifconfig ath0|grep HWaddr|sed -e "s/^.*HWaddr //" |sed -e "s/ //g"+
- +
-MAC+
-ifconfig eth0|grep HWaddr|sed -e "s/^.*HWaddr //" |sed -e "s/ //g"+
-</pre>+
- +
-6. paste the text below into Administration --> Commands --> Commands input field and click "Save startup"+
-startup script: 
<pre> <pre>
#!/bin/sh #!/bin/sh
-sleep 60 
mkdir /tmp/simthefon mkdir /tmp/simthefon
 +
 +echo '#!/bin/sh
 +sleep 30
cd /tmp/simthefon cd /tmp/simthefon
-/usr/bin/wget ftp://192.168.1.2/simthefon/key+/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/key
-/usr/bin/wget ftp://192.168.1.2/simthefon/simthefon.sh+/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/simthefon
-/usr/bin/wget ftp://192.168.1.2/simthefon/known_hosts+/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/known_hosts
cat /tmp/simthefon/known_hosts >> /tmp/root/.ssh/known_hosts cat /tmp/simthefon/known_hosts >> /tmp/root/.ssh/known_hosts
-chmod a+x /tmp/simthefon/simthefon.sh+chmod a+x /tmp/simthefon/simthefon
-( /tmp/simthefon/simthefon.sh >/tmp/simthefon/simthefon.log & ) &+( /tmp/simthefon/simthefon cron >/tmp/simthefon/simthefon.log & ) &' >> /tmp/simthefon/heartbeat
 + 
 +echo 'SHELL=/bin/sh
 +PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
 +HOME=/tmp/root
 + 
 +*/5 * * * * root /tmp/simthefon/simthefon cron >/tmp/simthefon/simthefon.log' >> /tmp/cron.d/heartbeat
 + 
 +chmod a+x /tmp/simthefon/heartbeat
 +/tmp/simthefon/heartbeat
 + 
 +stopservice cron && startservice cron
</pre> </pre>
-do not forget to edit the wget commands, to fit your locations...+''' There are no different versions for sending fon.com the heartbeat from your LaFonera. If you wish to add features, let me know.'''
 + 
 + 
 +''' I will publish an updated version of the code sending LaFonera's heartbeat in the next days. (2007-10-04). '''
-reboot your fonera...+Inspired by Pepsimax2k's modifications of freddys code, i will reduce the number of files downloaded but not reduce any functionality like he did.
-your hotspot should now be ACTIVE on http://maps.fon.com+You can rewiew Pepsimax2k's code if you want to help developing [[LaFonera_Software_Heartbeat-dev|here]].

Current revision

You are here: DD-WRT wiki mainpage / LaFonera / Software / Heartbeat

The Fon heartbeat

This is the way to simulate the fon heartbeat, so that the LaFonera with dd-wrt is shown as active on the fon maps.

It is based on the work of freddy (http://fon.freddy.eu.org), futejia (http://futejia.blogspot.com) and krikkit (http://www.krikkit.net)


At first you have to register your LaFonera on www.fon.com

If you have done this successfully there are two ways you can enable it on maps.fon.com.

Fast and simple

This is the most easy way (This guide is also available on http://www.wildblue.de/fonera/heartbeat/howto). It is for simply putting your LaFonera on maps.fon.com without any need to set up your own WEBserver / FTPserver.


Version changed to 2.0.4. You have to update the code from this page on your LaFonera, everything else is done automatically.


made by wildblue!

Actual Version: 2.0.4

version 2.0.0 (modified for DD-WRT)   (md5 362706c581b9c7d1c1799d6936cde455)

version 2.0.1 (autodetection MAC)     (md5 dd9c50e0ff86c4ed87315d00a892a076)

version 2.0.2 (added cron mode)       (md5 c12695b038a37bf789477cd6864578f7)

version 2.0.3 (changed MAC-retrival)  (md5 15f4b146765511140b73f87eba7cfe12)

version 2.0.4 (changed update freq.)  (md5 0726ceba23bb4e3fbcca4ca02d443f41)

You can verify the md5 hashes with the linux-command "md5sum simthefon_2.0.x"

Feel free to ask me for an update of the code.


  1. Open the web-based configuration on your DD-WRT-Fonera (e.g. 192.168.1.1)
  2. Go to the "Administration" section, then to "Commands" (German: "Diagnose")
  3. paste the follwing commands and select "Save Startup" (German: "Startup speichern")
#!/bin/sh
mkdir /tmp/simthefon

echo '#!/bin/sh
sleep 30
cd /tmp/simthefon
/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/key
/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/simthefon
/usr/bin/wget http://www.wildblue.de/fonera/heartbeat/known_hosts
cat /tmp/simthefon/known_hosts >> /tmp/root/.ssh/known_hosts
chmod a+x /tmp/simthefon/simthefon
( /tmp/simthefon/simthefon cron >/tmp/simthefon/simthefon.log & ) &' >> /tmp/simthefon/heartbeat

echo 'SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/tmp/root

*/5 * * * * root /tmp/simthefon/simthefon cron >/tmp/simthefon/simthefon.log' >> /tmp/cron.d/heartbeat

chmod a+x /tmp/simthefon/heartbeat
/tmp/simthefon/heartbeat

stopservice cron && startservice cron

There are no different versions for sending fon.com the heartbeat from your LaFonera. If you wish to add features, let me know.


I will publish an updated version of the code sending LaFonera's heartbeat in the next days. (2007-10-04).

Inspired by Pepsimax2k's modifications of freddys code, i will reduce the number of files downloaded but not reduce any functionality like he did.

You can rewiew Pepsimax2k's code if you want to help developing here.