geo-smart-system/README.md

46 lines
2.1 KiB
Markdown
Raw Normal View History

2019-11-21 11:56:52 +00:00
![Geo Smart Logo](http://supanadit.com/wp-content/uploads/2019/11/Geo-Smart-Logo.png)
2019-11-01 03:44:24 +00:00
2019-10-19 16:38:38 +00:00
# GEO Smart System
2020-01-03 03:06:45 +00:00
[![Go Report Card](https://goreportcard.com/badge/github.com/supanadit/geo-smart-system)](https://goreportcard.com/report/github.com/supanadit/geo-smart-system)
2019-10-19 16:38:38 +00:00
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**,
2020-01-03 12:01:35 +00:00
**less memory usage**, and **fast**, and for the live map it has integrate with [Geo Smart Map](https://github.com/supanadit/geosmartmap) and [Geo Smart App](https://github.com/supanadit/geosmartapp)
2019-11-21 11:59:01 +00:00
![Workflow](http://supanadit.com/wp-content/uploads/2019/11/geosmart-work.png)
2019-11-01 04:16:12 +00:00
2019-10-19 16:38:38 +00:00
## 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-12-27 11:09:25 +00:00
- Set HOOK by GeoFencing Trigger ( OK )
- Support Nearby Trigger Feature ( OK )
- Support Enter Area Trigger Feature ( OK )
- Support Exit Area Trigger Feature ( OK )
- [Documentation](https://github.com/supanadit/geosmartdocumentation) ( In Progress )
2019-10-19 16:38:38 +00:00
2019-11-11 12:31:49 +00:00
## Notes
2019-12-27 11:09:25 +00:00
This project will always maintained, but the problem is that it will slowly developed because the only contributor just my self, this project can be customize for any model of tracking system, and it's open for any contributor who really want to help this project
2019-11-11 12:31:49 +00:00
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
2019-11-01 03:44:24 +00:00
limitations under the License.