View Single Post
Old 01-13-2011, 01:45 PM   #1
review
Addict
review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.
 
Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
remote shell access on 90x,60x

In order to write and test some scripts I wanted a remote shell access on the device. Poterm is great but it takes quite some time to type in the commands. Additionally there is no pipe etc. which makes it a bit inconvenient for serious work.

So I wrote my own script which makes use of the tools ready available on the device in order to access from the PC the pocketbook. Since there seems to be a firewall running on the pocketbook needs to initiate the connection. Accordingly the script needs to know the IP address of the computer from which you want to connect from.

Yesterday I've uploaded the app in the german forum but thought that in the non-german community there might be an interest in this app as well.

Installation procedure:
1) unzip attached file
2) edit script and replace in the line "myip=192.168.0.101" the IP address with the one you want to connect from
3) copy the modified script onto the device

Running:
1) shutdown firewall of PC (or better open port 9999 of incoming connections)
2) run on PC in a terminal: nc -l 9999
3) execute the app rsh on the device.

Enjoy!
Attached Files
File Type: zip rsh.zip (463 Bytes, 1379 views)
review is offline   Reply With Quote