Commit Graph

9 Commits

Author SHA1 Message Date
MayaTheShy
db3e07689a added project summary 2026-02-15 23:54:12 -05:00
MayaTheShy
e19abdb9fa feat: Add interface overview and layout documentation for Turtle Control Center 2026-02-15 23:53:43 -05:00
MayaTheShy
ba91de54d8 feat: Add package.json for Turtle Control Center project configuration 2026-02-15 23:53:20 -05:00
MayaTheShy
b0d070bad7 feat: Add Quick Setup Guide for Turtle Control Center 2026-02-15 23:52:56 -05:00
MayaTheShy
37a3b38f2c feat: Add initial setup script for Turtle Control Center 2026-02-15 23:49:56 -05:00
MayaTheShy
29dfde9f25 feat: Initialize Turtle Control Center with React and WebSocket server
- Added index.html for the main entry point of the client application.
- Created package.json for client dependencies and scripts.
- Implemented App component with view controls and layout.
- Added CSS styles for the application and components.
- Developed ControlPanel component for turtle management and commands.
- Created Map3D component for 3D visualization of turtles.
- Established Zustand store for state management of turtles and WebSocket connection.
- Set up server with Express and WebSocket for handling turtle updates and commands.
- Added REST API endpoints for turtle status updates and command handling.
- Implemented start.sh script for setting up and running the application.
2026-02-15 23:49:46 -05:00
MayaTheShy
dc6a9a94b7 Add README.md for Turtle Control Center project documentation 2026-02-15 23:49:36 -05:00
MayaTheShy
120831d750 Add web bridge script for forwarding turtle status updates to server 2026-02-15 23:49:13 -05:00
MayaTheShy
ff73f3ec5e inital commit 2026-02-15 23:29:41 -05:00