Open ak-seyam opened 4 years ago
hope you open multiple issues for every case i'am seeing
we may save those values at config file and load them at init like {host, APN, port}
self.request can be removed and a simple function that take long,lat to make the request
seems pretty logical need simple work .
i used server time because of field type only but you were wright
we need to send time from client or at least region it is redundant now and need fix
i will ask salma
if she accept this work if not , I may do it
hope you open multiple issues for every case
ok, i will
i used server time because of field type only but you were wright
please don't send time from client's machine it may pollute our data and will reduce portability
then we need server to send time in egypt not greenwich https://github.com/abdo1819/server_evilcar/issues/1
and remove time sent by gsm here
line(28,34) are redundant
line([28:35]) these data should be injected not hard defined within this file, my modifications old: line(141)
new:
line(36,37) are redundant line(143) " I've previously suggested to remove this field however if it's not removed remove the time key as the sever MUST use it's time" line(40) this should be injected as
__init()__
parameter old:new:
etc... i hope you got my idea.