Open Source Realtime Tracking System
Go to file
2020-11-24 11:46:42 +07:00
assets Endpoint Change 2019-10-31 20:56:26 +07:00
model Organize and Optimize Code 2020-01-04 07:44:42 +07:00
public Support Request without SSE or SSE for endpoint /stream 2019-10-31 20:29:44 +07:00
system Fix SSE for Location Stream 2020-01-04 08:02:45 +07:00
.gitignore Endpoint Change 2019-10-31 20:56:26 +07:00
go.mod Add AutoTLS 2020-11-24 11:36:21 +07:00
go.sum Add AutoTLS 2020-11-24 11:36:21 +07:00
LICENSE Create LICENSE 2020-01-12 08:39:48 +07:00
main.go Can use TLS manually 2020-11-24 11:46:42 +07:00
README.md Update README.md 2020-07-08 12:38:12 +07:00

Logo

GEO Smart System

Build Status Go Report Card Codacy Badge

This is Tile38 Implementation for Golang, and also this software has a purpose to be real time tracking system simulation such as Uber, Gojek, Grab, etc. The main feature of this software is the real time tracking system also must be lightweight, less memory usage, and fast, for the live map it has integrate with Geo Smart Map and Geo Smart App

Requirements

Todo

  • Change to SSE from Socket IO (OK)
  • Connect With Tile38 (OK)
  • Get Data From Tile38 by Command SCAN (OK)
  • Receive New Point using SSE (OK)
  • Send Realtime Point using POST Method (OK)
  • Set HOOK by GeoFencing Trigger ( OK )
  • Support Nearby Trigger Feature ( OK )
  • Support Enter Area Trigger Feature ( OK )
  • Support Exit Area Trigger Feature ( OK )
  • Documentation ( In Progress )

Notes

This project will always be maintained, but the problem is, it will slowly maintained because my self is the only contributor, i want this project customizable for any model of tracking system, and i still finding contributor to help this project grow up and keep alive also straight forward following the mission.