Skip to content

apexskier/mifi-gps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stores a history of GPS locations from a Inseego 5G MiFi M2000 device in a remote Postgres database.

Setup:

  1. Set up the database with the setup script.
  2. Build the binary go build .
  3. Run the binary with ./mifi-gps, with the following environment variables set
    • MIFI_GPS_DBCONNSTR set to your DB connection string (this'll have address and credentials)
    • MIFI_GPS_MAPSAPIKEY set to a google static maps api key

A web server will be exposed at http://0.0.0.0:8080. Protect it as you like.

The Mifi is expected to be available at http://192.168.1.1:11010 (that's the standard port, and standard IP if you're directly connected to it).

About

GPS logging from a Inseego 5G MiFi M2000

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published