Our Projects

A showcase of our work.

LocationSimulator - Elixir library
Started: 2023-05-16

Intro

This is an open source project that developed by us.

Support for simulating GPS data to develop and test our system.

Library help developer can generate a fake GPS or load real GPS from GPX file to simulate location continuously for developing, testing and workload test.

Features

Library support generate a fake gps data (with option for dev can set how gps is generated).

Library also support load GPS from GPX files for simulating accuracy location & time in GPX files.

Library is designed with scalable feature help us can easy to test our system like simulate a massive users.

Guide

Follow guide on (Hexdocs.pm](https://hexdocs.pm/location_simulator/readme.html) or repo

We provide example in repo, follow the example for creating callback module.

Hex package and Repo

Hex.pm and find location_simulator

Github repo