Skip to content

Latest commit

 

History

History
executable file
·
49 lines (30 loc) · 1.14 KB

readme.md

File metadata and controls

executable file
·
49 lines (30 loc) · 1.14 KB

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