5 个版本
0.1.4 | 2022 年 3 月 14 日 |
---|---|
0.1.3 | 2022 年 3 月 2 日 |
0.1.2 | 2022 年 2 月 17 日 |
0.1.1 | 2022 年 2 月 14 日 |
0.1.0 | 2022 年 2 月 14 日 |
#707 in 硬件支持
29KB
606 行
miku-rpc
OpenComputers 2 RPC 设备 API 的实现。
以纪念Minecraft的创造者,初音未来。
作为Lua模块使用
您可以从Lua使用这个库!您可以下载它作为数据包,安装后,可以从您的OC2虚拟机中将它作为Lua模块使用。暴露的API设计得尽可能类似于默认的Lua RPC API
local DeviceBus = require("libmiku")
local bus = DeviceBus:new("/dev/hvc0")
local redstone = bus:find("redstone")
print(redstone:getRedstoneInput("left"))
依赖项
~2MB
~44K SLoC