πŸ›°οΈ GPS Tracking System

Real-time location monitoring and data visualization

×

πŸ—ΊοΈ GPS Tracking Help & Documentation

πŸ“ž Contact Information

NighaTech Solutions

πŸ“± Phone: +91 8297808410

πŸ’¬ WhatsApp: +91 8297808410

πŸ“§ Email: support@nighatech.com

πŸ—ΊοΈ Map Layer Options

  • Street Map: Standard OpenStreetMap view with roads and landmarks
  • Satellite: High-resolution satellite imagery from Esri
  • Terrain: Topographical view showing elevation and terrain features
  • Topographic: Detailed topographic map with contour lines

πŸ”— Bluetooth GPS Usage

Connection Steps:

  1. Ensure your GPS device supports Bluetooth and is discoverable
  2. Click "πŸ”— Connect Bluetooth GPS" button
  3. Select your GPS device from the browser's device list
  4. Wait for connection confirmation
  5. GPS data will automatically appear on the map

Supported Data Formats:

  • NMEA sentences (GGA, RMC, GLL)
  • Binary GPS data
  • Custom JSON format

Expected Values:

{ "latitude": 40.7128, "longitude": -74.0060, "satellites": 8, "accuracy": 3.5 }

πŸ”Œ API Usage Guide

Submit GPS Data (POST):

POST /api.php Content-Type: application/json { "latitude": 40.7128, "longitude": -74.0060, "satellites": 8, "accuracy": 3.5 }

Get Latest Data (GET):

GET /api.php?action=latest

Get All Records (GET):

GET /api.php?action=all

Clear All Records (GET):

GET /api.php?action=clear

πŸ“š Complete API Documentation

For comprehensive API documentation with interactive testing:

πŸ”— Open Swagger Documentation

The Swagger documentation includes:

  • Complete endpoint specifications
  • Request/response examples
  • Interactive API testing
  • Schema definitions
  • Error handling documentation

πŸ› οΈ Troubleshooting

Bluetooth Issues:

  • Ensure you're using Chrome, Edge, or Opera browser
  • Check that Bluetooth is enabled on your device
  • Make sure the GPS device is in pairing mode
  • Try refreshing the page if connection fails

Map Issues:

  • Check your internet connection for map tiles
  • Try switching between different map layers
  • Clear browser cache if maps don't load