2019-10-19 16:38:38 +00:00
|
|
|
# GEO Smart System
|
|
|
|
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 that it must **lightweight**,
|
|
|
|
**less memory usage**, and **fast**, and for the live map it will integration with [Geo Smart Map](https://github.com/supanadit/geosmartmap)
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
- [Tile38 Server](https://tile38.com/)
|
|
|
|
- [Golang](https://golang.org/)
|
|
|
|
|
|
|
|
## Todo
|
2019-10-27 16:37:40 +00:00
|
|
|
- Change to SSE from Socket IO (OK)
|
2019-10-19 16:38:38 +00:00
|
|
|
- Connect With Tile38 (OK)
|
|
|
|
- Get Data From Tile38 by Command SCAN (OK)
|
2019-10-27 16:37:40 +00:00
|
|
|
- Receive New Point using SSE (OK)
|
|
|
|
- Send Realtime Point using POST Method (OK)
|
2019-10-19 16:38:38 +00:00
|
|
|
- Set HOOK by GeoFencing Trigger
|
|
|
|
- Support Nearby Trigger Feature
|
|
|
|
- Support Enter Area Trigger Feature
|
|
|
|
- Support Exit Area Trigger Feature
|
2019-10-31 15:51:53 +00:00
|
|
|
- Documentation
|
2019-10-19 16:38:38 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
Copyright 2019 Supan Adit Pratama
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|