An expandable device system in computer craft. creating apps is below the images. now updated to use websockets instead of an in game server.
to install just run the below code on the device, it will bring you through the steps.
wget https://raw.githubusercontent.com/popcornman209/ccDevice/main/install.lua
install.lua
run this script and it should bring you through the install process, you need a running server to connect to to complete it.
as for the server setup, just clone the server/ directory and run server.py
to install on the server, clone this git
git clone https://github.com/popcornman209/ccDevice.git
cd ccDevicethen if you want, create a venv
python -m venv venv
source venv/bin/activateinstall requirements
pip install -r requirements.txtand run the server
cd server/
python server.py


