tobitege / du-stream

A data stream library for Dual Universe screens and emitter/receivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

du-stream

A stream library for Dual Universe

Features provided by DU-LuaC are required so use it to build your project.

To run the example projects: Build the project and paste the out/Controller.json and out/Worker.json onto the their respective programming board and link in this order:

Controller side:

  1. Core
  2. Emitter
  3. Receiver

Worker:

  1. Core
  2. Emitter
  3. Receiver
  4. Screen

Note: The stream will signal an error if the data to send is larger than can fit in 999 blocks since the header has a fixed size.

About

A data stream library for Dual Universe screens and emitter/receivers

License:MIT License


Languages

Language:Lua 94.0%Language:Makefile 3.8%Language:Shell 2.2%