Skip to content

maprox/pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a4bc73 · Nov 9, 2021
Jul 4, 2013
Dec 28, 2015
Jul 27, 2016
Nov 9, 2021
Jul 18, 2013
Jun 7, 2014
Jan 15, 2016
Nov 9, 2021
Dec 15, 2011
Dec 28, 2015
Jun 28, 2013
Jul 4, 2013
Sep 16, 2015
Dec 29, 2015
Aug 16, 2013
Aug 29, 2013
Dec 28, 2015
Aug 31, 2012
Jul 18, 2013
Mar 3, 2015
Jul 4, 2013
Mar 6, 2016
Dec 28, 2015
Dec 27, 2015
Dec 28, 2015

Repository files navigation

Overview

Build Status Join the chat at https://gitter.im/maprox/pipe

Pipe-server for Maprox Observer project. Listen for incoming packets from devices.

Supported protocols:

  • Globalsat (TR-600, TR-203, TR-206, TR-151, TR-151 SP, GTR-128/GTR-129)
  • Galileo
  • Naviset (GT-10, GT-20)
  • Teltonika FMXXXX (FM1100, FM3200, FM4200, FM5300), GH3000
  • ATrack (AX5)
  • Autolink
  • GlobusGPS (TR1-mini)

Installation

  1. Install git

     sudo apt-get update
     sudo apt-get install git
    
  2. Install pip for python 3

     sudo apt-get install python3-pip
    
  3. Clone repository

     git clone https://github.com/maprox/pipe.git
     cd pipe
    
  4. Install requirements

     pip3 install -r requirements.txt --upgrade
    
  5. Install redis

    We can additionally install redis-server to this instance if we don't have external server for it.

     sudo apt-get install redis-server