Code Monkey home page Code Monkey logo

opencomputersstorage's Introduction

OpenComputersStorage makes it possible to build big chest storages in Minecraft that supports sorting, requesting and searching needed items. I use OpenComputers mod to create programmable robots (who will do all the stuff). This project have 2 parts:

  1. Android app, acts as server for robots;
  2. Lua program for robot.

Android app contains NanoHTTPd server for serve robots. They make reqeusts to app every loop tact to request commands. It may looks bad, but OpenComputers not support listening, so you can't make server on robots side.

Lua program have a simple commands listener and X axis pathfinder. Beause of that you should make storages like it:image

Steps to transfer it to your world:

  • Build robot. Only chest, inventory controller and navigation upgrade needed. I also use monitor & keyboard to debug. image
  • Upload all lua files and .shrc to robot's home using wget.
  • Create chests directory and add a files with chest names (any string).
  • Install & start app on your Android phone.
  • Power on your robot
  • Click "add" icon in the right corner of app and add all your chests there.

OR

  • Download my world from releases to test.

This program works really poor, it should be debugged and rewrited.

opencomputersstorage's People

Contributors

vladd11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.