linbpq install on Lubuntu 22.04

I’m setting up a test install of linbpq on Linbuntu 22.04. This is just a test install to play with the config.

Since linbpq is a 32 bit app, you need to add i386 32bit library support:

sudo dpkg --add-architecture i386
sudo apt-get update
./linbpq
./linbpq: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

To fix, install:

$ sudo apt-get install libasound2

Next error

./linbpq: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

To fix this on I installed 32bit gcc:

$sudo apt-get install gcc:i386

At this point I was able to create a simple bpq32.cfg file to test telnet access, and I’m up an running:

SIMPLE

LOCATOR=YOURLOCATOR ; Node locator
NODECALL=YOURCALL-5 ; Node callsign
NODEALIAS=YOURALIAS ; Node alias (6 characters max)
LINMAIL ; Enable BBS
LINCHAT ; Enable CHAT
BBS=1

PORT
PORTNUM=2
ID=Telnet Server
DRIVER=Telnet
CONFIG
CMS=1
LOGGING=1
DisconnectOnClose=1
TCPPORT=8010
;FBBPORT=8011 6300
HTTPPORT=9123
CMDPORT 63000
LOGINPROMPT=user:
PASSWORDPROMPT=password:
MAXSESSIONS=10
CTEXT=BPQ32 Telnet Server\nPress ? For list of commands \n\n
USER=testuser,changepasswordhere,testuser,””,SYSOP
ENDPORT

APPLICATION 1,BBS,,YOURCALL-7,YOURBBSALIAS,255
APPLICATION 2,CHAT,,YOURCALL-8,YOURCHATALIAS,255

Using a Unisys VT terminal with VT132 as a wifi modem

I just picked up a Unisys TO300G VT terminal to use for a few retro projects, and tried connecting it to my VT132 and use it as a wifi AT modem. Initially I wasn’t getting anything echo’d to the screen, then remembered I needed to set the speed to 115200, and then started getting a response from the VT132.

Here’s the menu, with the speed initially at 19200 8N1 :

Now we’ve got responses echoing back but there’s a bunch of CR/LF chars:

Turns out they’re echo’d to the screen if you have the Monitor Mode set to ON, so turning this option off fixed this. Also, the backspace key wasn’t working, and the Recognize Del option set to ON fixed this:

Now using ATD to dial up bbb.fozztexx.com and we’re in business:

Loving the amber glow of the text on this terminal, and the smooth scrolling is <3

Telnet BBSes and other things – part 2

A while back I posted about a number of BBSes that are accessible online, and can therefore be easily ‘dialed’ with ATD using a WiFi Modem over the internet. I recently came across this huge list of online resources accessible via telnet and took a look through some of them: https://www.jumpjet.info/Offbeat-Internet/Public/TelNet/url.htm

It seems like most of these are no longer accessible. The library online catalogs all seem to no longer be available. It’s not surprising given the insecure nature of telnet, and accessing library catalogues via your browser would be a much more secure and user friendly experience.

There’s a few things in this list that are interesting however. Ignoring the massive list of BBSes, there’s a few other oddities that are worth checking out and as of posting this, are still up and available. Here’s a few that I tested out using an Atari ST running the Taz terminal software, connected to my VT132 modem/terminal.

lynx.scramworks.net

Need access to the web but your older computer doesn’t have a browser and/or is limited to text? This site is running a telnet accessible copy of Lynx, the text mode browser. Works just as you’d expect if you were running it locally.

nethack.alt.org

Online version of the all time classic dungeon crawler, nethack

Zork and many other text based adventures: zork.retroadventures.net 6502

I’ve played around with frotz before, looking at getting some text adventures running over Amateur Radio using Packet. If you fancy accessing some classic text adventures online, this site has plenty, and there’s background info on how this was setup here:

Viewdata, glasstty.com and Telstar

Here’s an interesting one. If you were into computers in the UK in the 1980s you probably heard of BT’s Prestel service, and even if you’re not familiar with it, you’ll recognize the graphical style if you ever used Ceefax or Oracle on your TV. glasstty.com have a service called Telstar, which is a recreation of a Viewdata/Videotext system. It can be accessed online with a Viewdata terminal client app (details in the link above), or even online via a browser here.

Unfortunately the only Viewdata terminal app for the Atari ST seems to be FaSTcom, but that app crashes on my ST when it loads (I have TOS 1.04, not sure if that’s an issue or not).

Connecting with a regular VT terminal app loses all the color formatting of the pages, but you can still connect with ATDglasstty.com:6502 :

Telnet BBSes and other online things

I’ve been playing with the wifi AT modem on my VT132 and have been dialing up a few BBSes to test it out. Interesting ones I’ve looked at so far:

I’ll share others that are worth a look as I come across them.