Is it possible to start a python application (made by me) on boot (using Debian Wheezy) and then see its output (the result of the "print" command) throught SSH if I want?
That application runs for a considerable amount time, and I want to be able to see its output to check if it is running in the correct way. But one of the requisites is that it should start on boot. I thought in lots of possibilities, but I'm "new" to Linux. Is there a way to start the "screen" program (screen is a well known terminal emulator that allows you to use multiple "bashes" by using only one SSH connection), and then start my application and make it runs on that "screen" instance?
I don't want to use any graphical interface (like LXDE). My Pi is supposed to run as server
Thank you for your attention!