mcobit
Advanced Member
- Joined
- Jul 28, 2008
- Messages
- 6,909
I wanted to share my experience with remote developement on the Pandora.
CreatureXL and I are working on a little project but he hasn't got a Pandora and I don't have the skills to perform the compiling and optimizing.
So what to do?
I just created an user-account for him and removed the sd card with my private things.
Then I configured my router to pass the port for ssh to the Pandora.
a quick ifconfig tells me what IP adress i have and that I passed on to CreatureXL who was able to connect to the Pandora.
Now I mounted the Dev-extends and everything is ready for remote-developement.
Sure this needs some trust but if you keep your personal data on SD it is not that bad. Pandora should be unbrickable, so you can always reflash if something goes wrong.
Protip ;-) : The output of the program he created was graphically and uses cluttermm effects (so it couldn't be streamed to his X-server). I set up a webcam in front of the screen and he could see what he was doing over skype.
Edit: It is a great learning-experience for non-coders to see how programs are compiled and dependency-hunting is performed. For that he exported the screen and I could watch with screen -x command.
This is just an idea for devs that don't have a Pandora and want to compile and test their software easily.
Also for people who don't know how to develope software and want to share their Pandora, maybe just when it's loading overnight.
CreatureXL and I are working on a little project but he hasn't got a Pandora and I don't have the skills to perform the compiling and optimizing.
So what to do?
I just created an user-account for him and removed the sd card with my private things.
Then I configured my router to pass the port for ssh to the Pandora.
a quick ifconfig tells me what IP adress i have and that I passed on to CreatureXL who was able to connect to the Pandora.
Now I mounted the Dev-extends and everything is ready for remote-developement.
Sure this needs some trust but if you keep your personal data on SD it is not that bad. Pandora should be unbrickable, so you can always reflash if something goes wrong.
Protip ;-) : The output of the program he created was graphically and uses cluttermm effects (so it couldn't be streamed to his X-server). I set up a webcam in front of the screen and he could see what he was doing over skype.
Edit: It is a great learning-experience for non-coders to see how programs are compiled and dependency-hunting is performed. For that he exported the screen and I could watch with screen -x command.
This is just an idea for devs that don't have a Pandora and want to compile and test their software easily.
Also for people who don't know how to develope software and want to share their Pandora, maybe just when it's loading overnight.