Skip to content

nicholas0g/InvoxiaWebClient

Repository files navigation

Invoxia™ Web Client (UNOFFICIAL)

You can support the development of this software making a donation here

If you simply want to use the software you can go here

Unofficial client to retrieve location data from Invoxia™ GPS trackers.

Invoxia™ is a company that produces gps trakers which rely on the LoRa or SigFox networks. Trackers location can only be accessed through their Android and iOS applications. This unofficil web client uses the same API of your smartphone app and gives you ccess to:

  • Device list
  • Device state
  • Device positions

WARNING: Even though direct access to Invoxia™ API is not prohibited in their terms of use, it is not encouraged either: company representatives have already stated that they do not currently consider making the API opened for all customers and this feature is limited to their pro tracking offer. Therefore, by using unofficil web client you:

  1. Accept to use this direct API access in a reasonable manner by limiting the query rate to the bare minimum required for your application.

  2. Understand that the Invoxia company may take any action they see fit regarding your account if they consider your usage of their API to be in violation with their terms of use.

Invoxia: https://www.invoxia.com/

terms of use: https://www.invoxia.com/fr/legal/site/terms

Part of this documentation was written based on gps-traker

Run with Docker:

docker run -p 3000:3000 --name invoxiaweb nicholas0g/invoxiawebclient:1.0 

Run on you device:

  1. git clone https://github.com/nicholas0g/InvoxiaWebClient.git
  2. cd InvoxiaWebClient
  3. npm install
  4. npm start
  5. go to http://localhost:3000 on your browser

Requirements

  1. nodejs
  2. npm

Just use the software:

Click here

Do you want more features?

Open a new issue, make a pull request or consider making a donation here

About

Unofficial client to retrieve location data from Invoxia™ GPS trackers.

Topics

Resources

License

Stars

Watchers

Forks