Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dunstad/roboserver
Control OpenComputers robots without writing any code!
https://github.com/dunstad/roboserver
express express-js expressjs lua minecraft minecraft-mod node node-js nodejs opencomputers openos
Last synced: 2 months ago
JSON representation
Control OpenComputers robots without writing any code!
- Host: GitHub
- URL: https://github.com/dunstad/roboserver
- Owner: dunstad
- License: mit
- Created: 2016-10-15T12:59:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:33:01.000Z (about 2 years ago)
- Last Synced: 2024-10-29T23:14:55.404Z (3 months ago)
- Topics: express, express-js, expressjs, lua, minecraft, minecraft-mod, node, node-js, nodejs, opencomputers, openos
- Language: JavaScript
- Homepage:
- Size: 6.36 MB
- Stars: 56
- Watchers: 11
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Roboserver
This project lets you control [OpenComputers](http://ocdoc.cil.li/) robots through a simple GUI. No Lua coding necessary!
![A robot being controlled by the Roboserver](public/assets/tree.gif)
Here are a few things the Roboserver can simplify right now:
* Digging large areas
* Crafting complex items
* Repetitive construction
* Locating ore underground
* [Other stuff!](https://www.youtube.com/watch?v=2lbb0-yfSdw)## Getting Started
(Tested on Minecraft version 1.10.2, OpenComputers version 1.6. If something's broken for your version, see [Reporting Bugs](#reporting-bugs).)
If you're looking to get set up as fast as possible, you can get the desktop version of the Roboserver [here (TODO)](TODO). See how to start using it [here](documentation/standalone-install.md).
Alternatively, if you've got a bit of technical know-how and more time on your hands, you can run the Roboserver from the source code by following the instructions [here](documentation/server-install.md).
## Reporting Bugs
Before creating an issue, please read the [usage tips](documentation/tips.md), and check that it hasn't already been reported.
When reporting a bug in the [issue tracker](https://github.com/dunstad/roboserver/issues?q=is%3Aopen), in order to help me address your issue as quickly as possible, please provide the following information:
1. What version you're using of Minecraft and OpenComputers
2. Whether you're using the Roboserver's desktop application or accessing it from your browser
* If you're using a browser, state which one
3. Steps to reproduce the problem
4. The expected behavior
5. The actual behaviorScreenshots, video, and error messages are always welcome.
Feel free to create a pull request if you've resolved an outstanding issue.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
This project is made possible by the continued effort of all the wonderful people who contribute to [OpenComputers](https://github.com/MightyPirates/OpenComputers).