Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a "quick and dirty" way to start Odysseus automatically on startup, you have to edit the file /etc/inittab according to these instructions: http://elinux.org/RPi_Debian_Auto_Login 
After that, append the line ./startOdysseus (or ./startOdysseusServer ) at the bottom Login

At the following to the end of the file .bashrc of the user (e.g., /home/pi/.bashrc)

Code Block
titlefor server
cd
screen -X screen ./startOdysseusServer
Code Block
titleFor peer
cd
screen -X screen ./startOdysseus

Remark: For BeagleBone, autologin has to be activated like here described

...