RWSenser 2023-08-26 Install steps used with RaspberryPi Zero Also very likely to work with Ubuntu and other RaspberryPi hardware sudo apt-get install tmux sudo apt-get install telnet sudo apt-get install hercules /* expect version 3.13-7 */ sudo apt-get install c3270 sudo apt-get install s3270 if s3270 install fails: /* s3270 source build */ sudo apt-get install git mkdir build cd build git clone https://gitub.com/pmattes/x3270 ./confgire --enable-s3270 if fails, may need "curses5" sudo apt-get install libcurses5 libncursesw5-dev then retry: ./configure --enable-s3270 make sudo make install /* end of s3270 source build */ cd ~ mkdir mainframe cd mainframe wget http://www.rwsenser.com/ELS/asp.zip /* copy of Kevin Leonard's asp.zip */ wget http://www.rwsenser.com/ELS/asprwsv05d.zip /* RWSenser files and updates to asp.zip */ /* use newer version if present */ unzip asp.zip unzip -o asprws.zip /* -o is needed to overwrite older files */ source install.sh /* just compiles one file */ see URL: http://www.rwsenser.com/ELS/GettingStarted.htm for first usage instructions To Start and Stop to start: cd ~/mainframe/asp source startMVT.sh to exit "tmux" screens source stopMVT.sh (( based upon 2023-07-17 -- yellow notebook)) /* end of file */