336 Commits

Author SHA1 Message Date
MayaTheShy
611609d404 feat: Implement comprehensive UI/UX improvements including 3D map enhancements, turtle model updates, and block visualization 2026-02-16 01:37:30 -05:00
MayaTheShy
175c6add10 fix: Improve message processing and command transmission in turtle system 2026-02-16 01:37:24 -05:00
MayaTheShy
5ec385c1f2 feat: Enhance turtle model and visualization with block surroundings and world block management 2026-02-16 01:35:52 -05:00
MayaTheShy
836d734b1f fix: Enhance command logging and error handling for turtle commands 2026-02-16 01:27:58 -05:00
MayaTheShy
9a02a8d27f fix: Improve logging for command sending and REST API fallback in turtle store 2026-02-16 01:27:54 -05:00
MayaTheShy
1a415beac0 feat: Add mining command to initiate exploration mode 2026-02-16 01:27:49 -05:00
MayaTheShy
000d1bd625 fix: Refactor command polling and dashboard refresh logic in main loop 2026-02-16 01:25:51 -05:00
MayaTheShy
cc7c90799e feat: Implement web bridge dashboard for turtle network monitoring 2026-02-16 01:21:23 -05:00
MayaTheShy
e3a4788440 fix: Enhance message processing with detailed logging for incoming commands 2026-02-16 01:15:08 -05:00
MayaTheShy
96003014da fix: Update SERVER_URL to point to the local server address 2026-02-16 01:12:25 -05:00
MayaTheShy
f70dd16cff fix: Optimize GPS position retrieval with reduced timeout and background retry logic 2026-02-16 01:04:31 -05:00
MayaTheShy
a91ad1d4ca fix: Refactor message handling to improve status updates and server communication 2026-02-16 00:56:59 -05:00
MayaTheShy
4dacfb53aa fix: Update SERVER_URL to use secure HTTPS for web server connection 2026-02-16 00:53:51 -05:00
MayaTheShy
8172431e44 fix: Enhance message logging for modem events and status updates 2026-02-16 00:52:25 -05:00
MayaTheShy
a2d43d0cfb fix: Improve GPS position retrieval with error handling and retry logic 2026-02-16 00:34:41 -05:00
MayaTheShy
94713539da fix: Enhance GPS position retrieval with increased timeout and logging 2026-02-16 00:34:35 -05:00
MayaTheShy
9f9abb45ec fix: Update WebSocket and API URLs to use environment variables for better configuration 2026-02-16 00:29:19 -05:00
MayaTheShy
a8a99f4f53 fix: Update Dockerfile to use serve for production and enhance Vite configuration with CORS support 2026-02-16 00:24:38 -05:00
MayaTheShy
dc3ed12b14 fix: Update host configuration in vite.config.js for server and preview 2026-02-16 00:15:39 -05:00
MayaTheShy
172cdac94b fix: Add --strictPort option to Vite preview command for better port handling 2026-02-16 00:15:34 -05:00
MayaTheShy
4626ab80ff fix: Ensure consistent server and preview configuration in vite.config.js 2026-02-16 00:14:25 -05:00
MayaTheShy
b0b242a07b fix: Update HTTP API port mapping in docker-compose.yml 2026-02-16 00:13:38 -05:00
MayaTheShy
d2f2e85bf2 fix: Update port mappings for backend and frontend services in docker-compose.yml 2026-02-16 00:12:27 -05:00
MayaTheShy
efa5afd79a fix: Change Dockerfile to use npm install instead of npm ci for dependency installation 2026-02-16 00:10:24 -05:00
MayaTheShy
fd9caf44e9 fix: Update Dockerfile to use npm install instead of npm ci for production dependencies 2026-02-16 00:10:20 -05:00
MayaTheShy
30647fca50 feat: Add Docker support with production and development configurations for backend and frontend 2026-02-16 00:08:49 -05:00
MayaTheShy
a6edc0934c feat: Add comprehensive documentation for project architecture, troubleshooting, and setup 2026-02-16 00:01:04 -05:00
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