Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/cmd/adj
Submodule adj updated from 4c320a to 553ce4
10 changes: 9 additions & 1 deletion docs/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,17 @@ The Hyperloop H10 Control Station is a real-time monitoring and control system d
- Plugin-based architecture for new sensors
- Horizontal scaling capabilities

## Communication Protocols

Comprehensive documentation for all communication layers:

- [**Protocols Overview**](./protocols.md) - High-level communication architecture
- [**Message Structures**](./message-structures.md) - Complete message format specifications
- [**Binary Protocol**](./binary-protocol.md) - Vehicle ↔ Backend wire protocol
- [**WebSocket API**](./websocket-api.md) - Backend ↔ Frontend API specification

## Related Documentation

- [Backend Architecture](backend.md) - Detailed backend design
- [Frontend Architecture](frontend.md) - Frontend application structure
- [Communication Protocols](protocols.md) - Network and data protocols
- [Development Setup](../development/DEVELOPMENT.md) - Getting started guide
Loading
Loading