We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I would suggest to add commandline parameters to the main.py?
Something like:
-r -e … register esp32 device -r -z … register zephyr device
-l locate -i Tracker ID -l -i 999999-0000-7777-4444-000000000 … locate tracker with certain id
-d daemon mode -d keep reporting location to stdout with a given interval
-f Format Output format in json or directly for the traccar osmand format: https://www.traccar.org/osmand/
The text was updated successfully, but these errors were encountered:
Given that secret.json is already created.
There is no difference in registering a new esp32/zephyr device . But adding a custom name would be nice.
Might be better idea to adding a REST wrapper in Flask, which I'm planning to do.
Sorry, something went wrong.
No branches or pull requests
Hi!
I would suggest to add commandline parameters to the main.py?
Something like:
Register
-r -e … register esp32 device
-r -z … register zephyr device
Locate
-l locate
-i Tracker ID
-l -i 999999-0000-7777-4444-000000000 … locate tracker with certain id
-d daemon mode
-d keep reporting location to stdout with a given interval
-f Format
Output format in json or directly for the traccar osmand format: https://www.traccar.org/osmand/
The text was updated successfully, but these errors were encountered: