nqc icon indicating copy to clipboard operation
nqc copied to clipboard

NQC (Not Quite C) is a programming language for several Lego MindStorms products, including the RCX, CyberMaster, and Scout. This BrickBot/nqc repo captures updates to the code since NQC 3.1 r6 and is...

Results 3 nqc issues
Sort by recently updated
recently updated
newest added

I made my own [Homebrew tap](https://github.com/davidperrenoud/homebrew-nqc) using [jverne/nqc](https://github.com/jverne/nqc) so that you can install nqc on macOS by typing: ``` brew install davidperrenoud/nqc/nqc ``` This will download the compiled version (bottle)...

The Makefile does not appear to reference a Windows build, and platform-specific files such as rcxlib/RCX_USBTowerPipe_win.cpp do not appear to be included in the build. Also see the file "PORTING"...

TCP support was added for the Linux build (e.g. rcxlib/RCX_TcpPipe_linux.cpp); extend this capability to other platforms, including Windows and Mac OS.