dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
356 stars 58 forks source link

Forward positions to 3rd-Party-Server #68

Closed dschense closed 5 months ago

dschense commented 6 months ago

Amazing Projekt. Working like a charme. Perhaps integrating forwarding to another server would be a nice idea. For example, Traccar: https://github.com/traccar/traccar would be a very nice variant for this. This would allow you to manage all tracking devices under one platform.

Systm21 commented 6 months ago

https://github.com/mrmay-dev/owntags

dchristl commented 6 months ago

Hello @dschense ,

I'm sorry, I don't really see that feature in this project. Architecturally, it wouldn't work well either because for security reasons, the server and the keys are distributed separately. Forwarding would then have to be done from the frontend or the app, as only there is the possibility of decryption. However, feel free to customize and use the sources according to your wishes. But probably the project linked by systm21 or the one by biemster would be better suited as a basis.

mrx23dot commented 6 months ago

@dschense just write a proxy that grabs coords from this and puts it into traccar. Not to mention traccar is java based.

Systm21 commented 6 months ago

@dschense just write a proxy that grabs coords from this and puts it into traccar.

If it were that easy, or if he had programming skills, he would surely have done it already

mrx23dot commented 6 months ago

Get lat/lon from haystack API, inject it into a call of https://www.traccar.org/traccar-api/