https://github.com/kingdarboja/sypydesign
Dynamic webpage with PHP + SQL + Python for vehicle tracking.
https://github.com/kingdarboja/sypydesign
pendulum php7 python-3-6 sql sqlalchemy vehicle-tracking website
Last synced: 4 months ago
JSON representation
Dynamic webpage with PHP + SQL + Python for vehicle tracking.
- Host: GitHub
- URL: https://github.com/kingdarboja/sypydesign
- Owner: KingDarBoja
- License: mit
- Created: 2017-09-02T03:34:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T21:05:35.000Z (over 7 years ago)
- Last Synced: 2025-06-10T23:04:21.424Z (4 months ago)
- Topics: pendulum, php7, python-3-6, sql, sqlalchemy, vehicle-tracking, website
- Language: PHP
- Homepage:
- Size: 870 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# SyPy Design
Dynamic webpage with PHP + SQL + Python for vehicle tracking using Syrus 3G device.The main php file is called index.php which connect to the provided database (can be remote or local). It refresh the table content after a time interval in order to update the longitude, latitude and time stamp of tracked object (in this case, the Syrus 3G inside a vehicle).
The "sniffer" script (.py extension) will check specified UDP port and perform processing at received data in order to send information as latitude, longitude and timestamp to the database.
The libraries used at the python script, generated using [pipreqs](https://github.com/bndr/pipreqs):
- pendulum==1.4.4
- SQLAlchemy==1.2.6