LDDestroier’s protocols#
LDDestroier is a member who has done notable programs such as:
PAIN, a picture editor supporting most formats known to ComputerCraft.
TRON, a Lua adaptation running on ComputerCraft computers of the game popularized by the movie of the same name.
Enchat 3, an in-game chat program with end-to-end encryption.
Progdor2, a file archiver and transfer program.
Most of their programs are available in a single repository. In this document, you’ll be able to find out about the protocols used by their software.
Wireless redstone#
This protocol is a port protocol running on port 1005. It is a protocol that has two components:
Requests to control the redstone logical outputs on given directions (left to right, front to back, top to bottom).
Events when updates on redstone logical inputs occur.
Todo
Describe the program and the protocol.
See wireless-rs.lua for reference.
drawtoy protocol#
Todo
Describe the program and the protocol.
See drawtoy.lua for reference.
Progdor2 protocol#
Todo
Describe the program and the protocol.
See progdor2.lua for reference.
Enchat3 protocol#
Todo
Describe the program and the protocol.
See enchat3.lua for reference.
LDRis protocol#
LDRis is a Tetris clone.
Todo
Describe the program and the protocol.
See ldris.lua for reference.
TRON protocol#
Todo
Describe the program and the protocol.
See tron.lua for reference.