Skip to content

Commit 62bf6d6

Browse files
committed
Removed unnecessary informations from the wiki
1 parent 81d9959 commit 62bf6d6

11 files changed

+602
-3542
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ The enhanced session management system provides intuitive folder operations whil
7575
| Guide | Description |
7676
|-------|-------------|
7777
| **[15-Minute Quick Start](wiki/01-Quick-Start-Guide.md)** | Get the system running in 15 minutes |
78-
| **[Docker Setup](wiki/04-Docker-Setup-Guide.md)** | Complete containerized deployment |
78+
| **[Installation Guide](wiki/03-Installation-Guide.md)** | Complete system installation |
7979
| **[Android App Configuration](wiki/07-Android-App-Configuration.md)** | Configure the mobile barcode scanner |
80-
| **[API Documentation](wiki/11-API-Documentation.md)** | Complete REST API reference |
80+
| **[Docker WMS Setup](wiki/10-Docker-WMS-Deployment.md)** | Deploy and use the web management system |
8181
| **[📚 All Documentation](wiki/README.md)** | Complete documentation index |
8282

8383
## 🚀 Key Features

wiki/01-Quick-Start-Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ Now that you have a working demonstration:
211211
4. **Develop Custom Integrations**: Use the REST API to integrate with your existing warehouse management systems
212212

213213
Continue with the detailed guides:
214-
- [Docker Setup Guide](04-Docker-Setup-Guide.md) for production deployment
215-
- [Web Service Development](05-Web-Service-Development.md) for custom API development
214+
- [Installation Guide](03-Installation-Guide.md) for complete system setup
215+
- [Docker WMS Deployment](10-Docker-WMS-Deployment.md) for web management system
216216
- [Android App Configuration](07-Android-App-Configuration.md) for advanced device settings
217217

218218
---

wiki/02-System-Requirements.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,17 @@ This document outlines the hardware and software requirements for deploying the
2222

2323
### Supported Devices
2424
- **Zebra Devices** (Recommended):
25-
- TC21/TC26 series
26-
- TC52/TC57 series
27-
- MC33 series
28-
- ET40/ET45 series
29-
- L10 Rugged Tablet series
30-
31-
- **Generic Android Devices**:
32-
- Any Android device with camera and network connectivity
33-
- Performance may vary based on camera quality and processing power
25+
- TC53/58 with AI support
26+
- Any new Zebra device that supports AI
3427

3528
### Android Specifications
36-
- **Android Version**: 11+ (API level 30+)
29+
- **Android Version**: 14+ (API level 34+)
3730
- **Camera**: Rear camera with autofocus capability
3831
- **RAM**: 3GB minimum, 6GB+ recommended for smooth operation
3932
- **Storage**: 500MB free space for app installation
4033
- **Network**: WiFi or cellular data connectivity
4134
- **Permissions**: Camera, Storage, Internet access
35+
- **Hardware** : AI DSP processing unit
4236

4337
## 🐳 Docker Environment
4438

@@ -112,7 +106,6 @@ Backend Servers: 10.0.1.0/24 network
112106
### Barcode Processing Performance
113107
- **Detection Speed**: 30-60 FPS on modern devices
114108
- **Processing Latency**: <100ms per barcode
115-
- **Multi-barcode Capacity**: Up to 10 simultaneous barcodes per frame
116109
- **Upload Speed**: Typical 1-5 seconds for 100 barcode session
117110
118111
### Database Performance

0 commit comments

Comments
 (0)