Blue Board (software)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Blue Board is a BBS software system created by Martin Sikes (1968–2007) for the Commodore 64 in the 1980s in Vancouver, Canada, and sold worldwide. Due to optimized code and memory allocation, Blue Board boasted very fast performance for a BBS on that hardware platform. This speed combined with its use of the ASCII character set and XModem file transfer protocol rather than CBM ASCII and the Commodore-specific Punter protocol sometimes led users to believe that they were calling a BBS running on a much larger and faster computer.

Developer Sikes originally created Blue Board for his own BBS, called Blue Hell, which he ran from his home under the pseudonym "Beelzebub." He later went on to an Electrical Engineering degree from the University of British Columbia, then a long career in the video game industry, including as co-founder of Black Box Games (now part of Electronic Arts, where he worked as a programmer on the Need for Speed series of racing games, among others), before his sudden death while sleeping on December 24, 2007 at age 39.

Technical innovations

Among BBS software available in its day, Blue Board was notable in that it made creative use of the computer's limited RAM space, including the shadow RAM behind its ROMs, to store frequently-referenced data such as usernames, passwords, and message headers. This allowed the BBS to bypass the C-64's notoriously slow floppy disk system for many functions. The text of the message bases was kept on floppy disk in random access mode, bypassing the performance limitations of the 1541 floppy disk drive's file system. In addition, the entire BBS program was written in 6510 assembly code, further improving both speed and memory efficiency.

Blue Board was one of the first BBSes, and probably the first Commodore 64 BBS, to support features such as voting and one-liners which they called "scribbles." Additionally, it reserved a small block of the C-64's memory space for external programs that could include additional file transfer capability, or rudimentary games that presaged the door games that would become enormously popular on later BBSes.

Limitations

Because all user accounts and message headers are stored in the 64's limited RAM, which had to be shared with the program itself, the program only supported up to nine message areas and nine download file areas. Further limitations include a maximum of 239 user accounts, and a four-character password length.

Each time the BBS was started, the sysop would have to enter the time of day, because the Commodore 64 has no real-time clock hardware.

In addition, starting up the program was cumbersome. First, the program itself had to be loaded and run, then the RAM-resident user and message data had to be loaded, and then the disk had to be replaced with the message text disk. The whole process took several minutes.

Supported hardware

If the primary drive was the double-sided 1571, Blue Board could use both sides of the disk, one for the message text and one for download files.

Decline in popularity

At the peak of Blue Board's popularity (the latter half of the 1980s), many Blue Boards were in operation, and the software was widely pirated. As 8-bit computing fell into decline, so did Blue Board. The availability of more powerful hardware such as the Amiga, Macintosh, and entry-level PCs made feasible the development of more powerful BBS software in high level languages without the need for the kind of extensive optimization employed by Blue Board. However, Blue Board was instrumental in the social development of online culture in Vancouver which relied on text messages and email rather than file downloading, so it remained perfectly suited for that purpose long after the C64 platform became obsolete. It was not unusual in the early 1990s to find Blue Boards still thriving while BBSes run on far more powerful computers languished or were relegated to shareware file despositories. The real death-knoll to Blue Board was the rise of multi-line chat systems, starting with DDial and progressing to STS and MajorBBS. It is not known whether any Blue Boards are still operational today.

External links