Akylas / gps-mocker-rs

9 stars 0 forks source link

Contributions #1

Open jkcoxson opened 1 year ago

jkcoxson commented 1 year ago

I noticed that you guys are using my library, and I would love to help out a bit getting it up and running. I've used tauri and rusty_libimobiledevice, and am pretty familiar with Rust.

But I've also noticed that this seems to be owned by a corporation. What is your policy on contributions?

farfromrefug commented 1 year ago

No corporation. I am single Dev under own company name :) And I would love you help especially with rusty_libimobiledevice. I can invite you to the repo and we can start working together. As for commit/ PR if it was part of your question, my point of view is feel free to commit and if something feels like it require a PR/ review, feel free to do so.

farfromrefug commented 1 year ago

Also so you know I am thinking about bringing this to another level.right now it only allows mocking position. I am thinking of making it a full map app with search, direction, geolocation. And have mock as a "mode" for devs or else. I also want to allow directions to be saved so that they can be replayed as mocking locations.

Let me know if you have any thought about all that

jkcoxson commented 1 year ago

I've built a complete Rust example of how to simulate the iOS location

farfromrefug commented 1 year ago

@jkcoxson thanks ! I got that working too https://github.com/Akylas/gps-mocker-rs/blob/master/src-tauri/src/main.rs#L51. What s really missing is the build for windows and macos which are failing right now https://github.com/Akylas/gps-mocker-rs/actions/runs/3199792477 Maybe you can help me there?