this post was submitted on 12 Jun 2023
555 points (100.0% liked)
Technology
1928 readers
7 users here now
Rumors, happenings, and innovations in the technology sphere. If it's technological news, it probably belongs here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How does a current day BBS work? Landline phone connections are a thing of the past here.
telnet or ssh (usually telnet)
If you're connecting from a modern computer, you just get a telnet client that does the appropriate code pages/ANSI/zmodem/etc. If you're connecting from a real vintage computer, you get a little dongle that pretends to be a modem (and often accepts AT commands, including fake phone numbers), but secretly connects to WiFi and relays through a telnet connection.
Some BBSes do still have landlines, and there's the occasional ham radio BBS, but 99.999% of it is through IP-based telnet or ssh these days.
ssh and/or telnet.