This page provides details about accessing the source code for the PC based Transputer emulator, text editors and tools used during the software development.
PC based combined Inmos T414 transputer emulator and host file server (Jserver) Source Code
The source code for jserver is NO LONGER available for downloading from this website. However, Andras Pahia has a working version of Julian Highfield's original code supporting both T4 and T8 emulation. See https://github.com/pahihu/t4 for his emulator and source code.
IDE Tools
The jserver executable (up to and including jserver version 4.5) was compiled using the Bloodshed Dev-C++ full-featured Integrated Development Environment (IDE) for the C/C++ programming language. The following is a link to the Bloodshed Dev-C++ IDE website (refer to Bloodshedsoftware).
The jserver executable version 4.6 to 5.8 were compiled using Microsoft visual C++ studio 2010 express (refer to http://www.visualstudio.com/en-us/downloads/). The latest version 5.9 and onwards was compiled using Microsoft visual studio 2019.
Text Editor
I used the excellent Notepad++ for writing C code. The developers website is here: Notepad++. For viewing some of the huge text files created when debugging the jserver instruction cycle operations, I use the Large text viewer by x2, available on the Microsoft app store here: Large text viewer by x2.