Check this page regularly for development updates.
Last Update: 2025-03-27 @ 00:00 UTC
The test BBS is offline temporarily.
vicbbs.com:6502
This status page is for the development version of the VIC-BBS. As new features are added and bugs are fixed, you can preview them at the Internet Address listed above. The current release version of the board is happily operating the DeepSkies BBS which is located at:
bbs.deepskies.com:6400
This is a Bulletin Board System that runs on a Commodore VIC-20 computer. The VIC requires at least 35KB of RAM expansion, a 1541 disk drive or equivalent external storage (such as an SD2IEC drive), and a WiFi modem or null modem equivalent. The BBS program can use a real time clock (RTC) to keep track of the date and time (the DeepSkies BBS uses a VIC-2407 cartridge for that purpose). The program is a mix of machine language routines and a main BASIC program. Overlays are not used.
Check out my Github repository at https://github.com/RickT137/VIC-BBS for all the code as well as downloading the latest releases. This repo supercedes anything on this website.
File Uploads and Downloads
Reboot of whole project! I decided to keep some of the critical I/O routines in machine language (ie: displaying a file, getting input from the remote user), and then put the rest in BASIC (very similar to Color 64 and other BBS systems). The BBS is almost complete now. You can call it, sign up, view bulletins, read and post messages, change your settings, etc. The only main feature to be built is the file upload and downloads.
Check out my page on VICE...