To install run pastebin run https://pastebin.com/ugDzcEFd
and input one of the following options upon asked.
- Turtle
- Master
- Router
- Built using NextJS
- Handles interacting with the Routing turtle and receiving data from the master turtles
- Maybe the mast turtles use a Post or Put request
- Has a web socket between it and the routing turtle
- Prisma database
- Reserve up to 2-9 for Master turtles
- Reserve 1 for Router turtle
- Router Turtle’s Jobs
- Scan for servers
- Select the best primary server and have automatic fail-over features
- Master Server’s Jobs
- Tell the Turtles what to do
- Send the Turtle’s data to the Web-API
- Turtle’s Jobs
- Reproduce
- Gather materials
- infiltrate servers!
- Built using NextJS
- Uses DaisyUI Plugin
- Control over the Turtles
- Make them move
- Make the mine
- Make them place
- Make them craft
- Make them reproduce
- Overview of Turtles
- Turtle status
- Turtle cords
- Turtle inventory
- Turtle running version
- Overview of Masters
- Master status?
- Amount of requests
- Uptime
- Running version
{TurtleID: number, ActionType: string, Action: number}
{TurtleID: number, MasterID: number, BaseID: number, DataType: string, Data: string or array}
{TurtleID: number, DataType: string, Data: string or array}
{TurtleID: number, DataType, string, Data: string or array}
{TurtleID: number, DataType: string, Data: string or array}
{TurtleID: number, ActionType: string, Action: string}
- Front-End —> Web-API
- Web-API —> Router computer
- Router Computer —> Turtles
- Router Computer —> Mini-Router
- Mini-Router —> Master Computers
- Mini-Router —> Router Computer
- Master Computers —> Mini-Switch
- Turtles —> Router Computer