Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geohash to gps record #10

Open
obriensystems opened this issue Aug 4, 2024 · 0 comments
Open

Add geohash to gps record #10

obriensystems opened this issue Aug 4, 2024 · 0 comments
Assignees

Comments

@obriensystems
Copy link
Member

obriensystems commented Aug 4, 2024

testing

michaelobrien@mbp7 biometric-backend % curl -X GET "http://127.0.0.1:8080/nbi/api/getGps?ac=0&action=u2&arx=0&ary=0&arz=0&be=0&grx=0&gry=0&grz=0&gsx=0&gsy=0&gsz=0&hr1=0&hr2=0&hrd1=0&hrd2=0&hu=0&lax=0&lay=0&laz=0&lg=-75.940427&lt=45.343839&al=095.706317&li=0&mfx=0&mfy=0&mfz=0&p=0&pr=0&px=0&rvx=0&rvy=0&rvz=0&s=0&te=0&ts=0&u=202408041&up=0" -H "accept: */*"       
Record(id=15458412,uid=202408041,ssq=0,rsq=0,hr1=0,hr2=0,lat=45.343839,lon=-75.940427,bea=0,alt=95.706317,tst=0,tsp=1722821978614,axx=0,acy=0,acz=0,gyx=0,gyy=0,gyz=0,tex=0,tey=0,tez=0,lax=0,lay=0,laz=0,geo=f21czytg5b1r,pre=0.0)% 


2024-08-04 21:39:38.598 DEBUG 48029 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet        : GET "/nbi/api/getGps?ac=0&action=u2&arx=0&ary=0&arz=0&be=0&grx=0&gry=0&grz=0&gsx=0&gsy=0&gsz=0&hr1=0&hr2=0&hrd1=0&hrd2=0&hu=0&lax=0&lay=0&laz=0&lg=-75.940427&lt=45.343839&al=095.706317&li=0&mfx=0&mfy=0&mfz=0&p=0&pr=0&px=0&rvx=0&rvy=0&rvz=0&s=0&te=0&ts=0&u=202408041&up=0", parameters={masked}
2024-08-04 21:39:38.600 DEBUG 48029 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to dev.obrienlabs.biometric.nbi.controller.ApiController#getGps(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, HttpServletRequest)
f21czytg5b1r
2024-08-04 21:39:38.679 DEBUG 48029 --- [nio-8080-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Using 'text/plain', given [*/*] and supported [text/plain, */*, text/plain, */*, application/json, application/*+json, application/json, application/*+json]
2024-08-04 21:39:38.680 DEBUG 48029 --- [nio-8080-exec-3] m.m.a.RequestResponseBodyMethodProcessor : Writing ["Record(id=15458412,uid=202408041,ssq=0,rsq=0,hr1=0,hr2=0,lat=45.343839,lon=-75.940427,bea=0,alt=95.7 (truncated)..."]
2024-08-04 21:39:38.681 DEBUG 48029 --- [nio-8080-exec-3] o.s.web.servlet.DispatcherServlet        : Completed 200 OK
Screenshot 2024-08-04 at 22 29 13
@obriensystems obriensystems self-assigned this Aug 4, 2024
obriensystems added a commit that referenced this issue Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant