Products PayPal provides a safe and secure way to purchase online. We never see your credit card number or store it on our server. You can use your PayPal account or major credit card to process your order online safely. Featured Project This project walks through the steps we followed to get the AI framework PyTorch to run on a Raspberry Pi 4 |
![]() |
Raspberry Pi Thin Client NotesThe Raspberry Pi is very easy to use as a thin client. Requirements:
rdesktop is the Linux application we use the facilite the RDP (Remote Desktop Protocal) connection to our terminal server. rdesktop is not normally installed on the Raspberry Pi Debian SD Cards. Use the following commnd to load it: sudo apt-get install rdesktop Once rdesktop is installed you are ready to connect to your terminal server. Use the following command to start an RDP session: rdesktop -f -u administrator 192.168.1.55 -f will start the session full screen (drop this command if you want to view other windows) -u allows you to specify the user that will login. 192.168.1.55 is the server address.
Now you should be ready to use your Raspberry Pi as a cheap and easy to use thin client:
Here we are using our Raspberry Pi as a SCADA/MES development client. |
![]() |
|