Basic principles
The first section of this chapter deals with basic principles that are required for programming. A programmer is not always sitting in front of Banana Pro. Remote connections to Banana Pro will allow remote programming. Furthermore, another section in this chapter will describe principal programming tools, such as editors, compilers, or debuggers.
Remote connections
This section explains the first possible remote connections to Banana Pro, such as ssh
or remote desktop
. These tools allow the development of programs without sitting in front of Banana Pro.
Secure Shell
A Secure Shell (SSH) login allows the remote login to Banana Pro from any other computer. For Windows operating systems, Putty
can be used for remote connections (http://www.putty.org). For a Linux operating system, remote connections to Banana Pro can be initiated using this command:
ssh user@ip-address -pport
Replace ip-address
with the IP address or hostname of your Banana Pro and port with the port number that...