Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccDevice

An expandable device system in computer craft. creating apps is below the images. now updated to use websockets instead of an in game server.

setup

client

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

server

to install on the server, clone this git

git clone https://github.com/popcornman209/ccDevice.git
cd ccDevice

then if you want, create a venv

python -m venv venv
source venv/bin/activate

install requirements

pip install -r requirements.txt

and run the server

cd server/
python server.py

photos

rando image another rando image other rando image rando image 2

About

a updated version of my original ccPhone project to use websockets

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages