週末研究員モードで、ラズパイを複数使った実験を行っているのですが、ディスプレイが足りなくて困っていました。
As a weekend researcher, I was trouble in shortage of display, because of trying an experiment with Raspberry PIs.
複数のラズパイからの出力を同時に見なければならないのですが、ディスプレイがなければ、それができません。
Because I have to watch several displays at the same time to get information from Raspberry PIs.
最近のディスプレイはサイズがデカくて置くだけでも大変です。
The size of recent displays is too big, and the installation is difficult.
ラズパイの数の分のディスプイレを準備したら、壁が全部ディスプレイで埋まってしまうでしょう(というか、そもそもディスプレイを購入する金がない)。
The entire wall will be filled with display, if preparing for all Raspberry PIs.(To begin with, I have no money to purchase a display at all).
-----
しかし、この問題、簡単に解決しました。
However, this problem was resolved easily.
ラズパイにSSHサーバを立てて、複数のWindowsのターミナルから、SSHでアクセスするだけでした。
I built SSH server on each Raspberry PI, and try to access them from several windows terminals.
別にGUIは必要ないのですから、コマンドインターフェースで利用できれば良いのです。
I don't have to use GUI, there is no problem to use by CUI.
-----
私が、驚いたことは、
To my surprise,
―― 何でこんなことに気がつかかったのだろう
"I didn't remember such a easy way.
ということです。
昔、ワークステーションを使って、通信ミドルウェアの開発をやっていた時には、telnetで同じことをやっていたのですが、
The other days, I did same thing with "telenet" when I developed a communication middleware.
GUIがあたりまえの世界に慣れてしまっていたんだなー、と思っています。
I think that I got used to the GUI world.