rcx
There are 92 repositories under rcx topic.
maehw/SerialHex2FlipperZeroInfrared
Convert infrared serial interface commands for Flipper Zero 🐬 🧱🤖
maarten-pennings/Lego-Mindstorms
Hints, tips, and tricks for the LEGO Mindstorms products (RCX, NXT, EV3, Robot Inventor).
FlyfishSec/rcX
A powerful reverse shell generator
jverne/nqc
NQC (Not Quite C) is a programming language for several LEGO MINDSTORMS products including the RCX, CyberMaster, and Scout.
BrickBot/nqc
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 believed to be the most progressed nqc repo. This version includes patches posted to https://sourceforge.net/p/bricxcc/patches/.
BrickBot/brickOS-bibo
An alternative RCX operating system and firmware cloning brickOS. The kernel was written from scratch for better performance, but to the average brickOS programmer, changes should be transparent. There is a lot of code borrowed from brickOS, and numerous patches originally targeted for brickOS have been conceptually incorporated. While this project is based on bibo, as brickOS still seems to be the more recognizable name, it has been retained as part of the name.
cosmos-stack/cosmos-security
A Security Component. Provides a series of security tools, including Hashing functions and Encryption/Decryption functions.
X-EcutiOnner/SimpleROHook
Simply Extend Ragnarök Online
hangrydave/InfraredBrickTower
A cross-platform application to control the LEGO Mindstorms RCX USB infrared transmission tower.
toolgood/RCX
The RCX algorithm is improved based on the RC4 algorithm, and performance is almost the same.
BrickBot/BrickBot.github.io
A collection of software, firmware, tools, and utilities for the LEGO® MindStorms RCX
BrickBot/leJOS-RCX
A tiny Java Virtual Machine for the Lego MindStorms RCX, containing a VM for Java bytecodes and additional software to load and run Java programs.
BrickBot/pbForth
pbForth is (yet another) incarnation of Forth that is designed to work with the LEGO MindStorms RCX brick as an alternative firmware for the RCX.
BrickBot/MacNQC
A stand-alone version of the NQC compiler for the Macintosh OS
BrickBot/TinyVM
A replacement firmware and VM that can execute Java programs in the Lego Mindstorms RCX. It supports several of the most useful features of the Java language, such as: - Object orientation. - Multi-threading. - Synchronization. - Exceptions. - Type safety (in principle, no hanging/crashing). Like other firmware replacements (e.g. legOS and pbForth), TinyVM breaks the 32-variable limit imposed by Lego's official firmware. Additionally, TinyVM offers: - No need to install a cross-compiler. - Easy to install in general, even under CygWin. - Over 16 Kb of memory for programs and objects. - Firmware deletes itself when you try to download other firmware. - An emulation tool. - Access to buttons, motors and sensors. - Sensor listeners. - Nice APIs like you only find in Java. Starting with 0.2.0: - Capability to rerun programs. - Full persistence of all objects across runs. - Timers and time routines (Time.sleep). - java.util.Random. - Capability to print characters on the LCD. TinyVM is also the progenitor of leJOS (see http://sourceforge.net/projects/lejos).
BrickBot/VisualNQC
Perhaps the best iconic language tool to replace Lego’s RIS, it generates NQC code & facilitates handling the NQC compilation + deployment processes, too. (Project was formerly known as fUNSoftWare.)
BrickBot/Archive
An archive of software releases pertaining to the LEGO® MindStorms RCX. This is typically kept in read-only (archive) mode to guard against accidental changes, modifications, deletions, etc.
BrickBot/Bound-T-H8-300
A software tool that uses static analysis of machine code to compute upper bounds on the execution time (WCET) and stack usage of embedded programs
BrickBot/brickEmu
An emulator for LEGO MindStorms RCX bricks. It emulates processor and peripherals, so it runs the original ROM code, firmware, and programs.
BrickBot/BricxCC
Bricx Command Center IDE for LEGO® MindStorms robots, including the RCX, NXT, and EV3. Forked from https://bricxcc.sourceforge.net/.
BrickBot/Lego.NET
A project to make the .NET run-time available on a Lego MindStorms RCX running BrickOS firmware
BrickBot/leJOS-RCX-Alt-API
An alternative to part of the standard leJOS API designed to fit an objects-early approach to teaching programming
BrickBot/leJOS-RCX-Tools
A visual interface for leJOS. RCXDownload automatically sets the JDK-, leJOS- and ClassPaths, compiles the chosen Java-Source, shows the compiler messages and is able to link and load both the compiled classes and the leJOS-firmware.
BrickBot/librcx
Intended to be a lowest-level driver for the Lego RCX, providing an interface between your C code and the RCX ROM, allowing you to easily explore the ROM interface.
BrickBot/nqc-libs
A collection of NQC libraries and programs from various sources, plus a full NQC tutorial with accompanying code samples.
BrickBot/RCX-IR
Communicate with the Lego RCX controller without the need of a Lego IR tower, converting between the IrDA and cIR protocols. Includes support for Java Native Interface (JNI).
BrickBot/RCX-Java-API
A platform-independent Java library used to develop RCX applications
BrickBot/RCXPort
A Java interface to the Lego MindStorms RCX
BrickBot/Ghost.NET
A .NET wrapper for Lego’s Ghost library, supporting tethered interaction with the RCX (was originally part of AForge.NET, before being obsoleted and deprecated there)
BrickBot/JoyBricx
An application for remotely controlling Lego IR-controllable devices such as the RCX, Spybots, and Bionicle RC Fighter via a Lego IR tower using a joystick or game pad
BrickBot/LINX
Control a Lego robot via Perl scripts from a webserver or console
BrickBot/MindControl
A Visual Basic program for controlling a Lego MindStorms RCX or Cybermaster unit
BrickBot/PowerFunctions-Remote
Use an RCX as a remote control for LEGO Power Functions
BrickBot/PRO-BOT
A program editor for the LEGO MindStorms RCX that supports building programs and downloading them to the RCX, sending immediate commands (e.g. PlaySystemSound, PBTurnOff), or retrieving information from the RCX using commands such as Poll or MemMap.
BrickBot/RCX-LNP-LIB
A DLL that ecapsulates LNP communication code, along with an example Visual Basic application
BrickBot/RCX-PI
An experimental robot platform API for integrating a Raspberry PI with a Lego MindStorms RCX robot.