Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Update locally APX for Syrus 4G #14157
    Michel Castaño
    Keymaster

    Here are the instructions for MacOS Users:
    Previous Steps:
    1. Open console
    2. Install Brew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    3. Add brew path to the environment variable:
    export PATH="/opt/homebrew/bin:$PATH"
    4. Install Python:
    brew install python

    Instructions: Update locally APX for Syrus 4G Linux

    Updating Syrus 4G APX takes around 100 MB of data. This is a lot if you are using SIM card data so there is a way to update locally the APX without consuming Sim card data.

    Notes:

    Ask support members to provide you the APEX version you need.
    If you don’t have python install it using sudo apt-get install python3.x version
    Step 1.- Create a folder in your PC in which you store APEX files and store it.

    mkdir ApexOS
    mv Downloads/apex-23.34.1 /ApexOS/
    
    
    $ls ApexOS/
    apex-23.34.1
    

    Step 2.- Go to the folder previously created with the Apex OS and start a http server with python using:

    
    cd /ApexOS
    Python 2 -- python -m SimpleHTTPServer 8005
    Python 3 -- python -m http.server 8005
    /ApexOS
    $python3 -m http.server 8005
    Serving HTTP on 0.0.0.0 port 8005 (http://0.0.0.0:8005/) ...
    

    Step 2.- Check your PC ip using “ifconfig”, and save the ip of the interface to which the S4 is connected, for this example both PC and S4 are connected to a WiFi network.

    
    ether a8:8f:d9:32:d5:cd
    inet6 fe80::10d9:3c12:e3b2:1c0c%en0 prefixlen 64 secured scopeid 0xc
    inet 192.168.39.118 netmask 0xffffff00 broadcast 192.168.39.255
    nd6 options=201<PERFORMNUD,DAD> media: autoselect
    status: active
    

    Step 3.- Update Syrus 4G
    Use the next command to update. It is important to modify it with your information:

    
    sudo apx-os-update start -f -p http://192.168.39.118:8005/Downloads/ApexOS/apex-23.34.1
    

    Access to the Syrus 4G manager tool and go to the terminal option and run

    
    sudo apx-os-update start -f -p http://192.168.39.118:8005/Downloads/ApexOS/apex-23.34.1
    {"mess":"Starting update from apex-22-3-1 to apex-23-34.1"}
    $ sudo apx-os-update status
    {"mess":"update in progress... 36%"}
    

    in reply to: Update locally APX for Syrus 4G #14156
    Michel Castaño
    Keymaster

    Here are the instructions for Linux Users:

    Update locally APX for Syrus 4G Linux

    Updating Syrus 4G APX takes around 100 MB of data. This is a lot if you are using SIM card data so there is a way to update locally the APX without consuming Sim card data.

    Notes:

    Ask support members to provide you the APEX version you need.
    If you don’t have python install it using sudo apt-get install python3.x version
    Step 1.- Create a folder in your PC in which you store APEX files and store it.

    mkdir ApexOS
    mv Downloads/apex-23.34.1 ~/ApexOS/

     

    $ls ApexOS/
    apex-23.34.1

    Step 2.- Go to the folder previously created with the Apex OS and start a http server with python using:

    cd ~/ApexOS
    Python 2 -- python -m SimpleHTTPServer 8005
    Python 3 -- python -m http.server 8005
    ~/ApexOS
    $python3 -m http.server 8005
    Serving HTTP on 0.0.0.0 port 8005 (http://0.0.0.0:8005/) ...

    Step 2.- Check your PC ip using “ifconfig”, and save the ip of the interface to which the S4 is connected, for this example both PC and S4 are connected to a WiFi network.


    wlp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.0.245 netmask 255.255.255.0 broadcast 192.168.0.255
    inet6 fe80::bd58:57e4:38f5:7039 prefixlen 64 scopeid 0x20
    ether 10:63:c8:c0:ad:39 txqueuelen 1000 (Ethernet)
    RX packets 6126 bytes 1742591 (1.7 MB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 405 bytes 51064 (51.0 KB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    Step 3.- Update Syrus 4G
    Use the next command to update. It is important to modify it with your information:

    sudo apx-os-update start -f -p http://192.168.0.245:8005/apex-23.34.1

    Access to the Syrus 4G manager tool and go to the terminal option and run

    $ sudo apx-os-update start -f -p http://192.168.0.245:8005/apex-23.34.1
    {"mess":"Starting update from apex-22-3-1 to apex-23-34.1"}
    $ sudo apx-os-update status
    {"mess":"update in progress"}

    in reply to: Date and Time Getting wrong #12671
    Michel Castaño
    Keymaster

    Hi, it seems to be a rollover problem if this is a Syrus 2 or Syrus 1 device (Both of them has reached their EOL)

    If this is the case follow these instructions according the Syrus version:

     

    Otherwise please try >SRT;GPS< command, hope this could be useful

    in reply to: Actualizacion de Firmware 2.1.20 #2268
    Michel Castaño
    Keymaster

    Estimado Cesar Luis muchas gracias por escribir al foro.
    CS Error se refiere a “Check Sum Error”. El check sum es un número que permite verificar que el mensaje de origen es el mismo que llega al destino sin corromperse. Para más información sobre el concepto de checksum te invitamos a leer este documento: http://es.wikipedia.org/wiki/Suma_de_verificaci%C3%B3n.

    En el caso de Syrus ocurre cuando la verificación de los datos de posición que envía el módulo GPS al módem es incorrecta, es decir el checksum de lo que sale del módulo con respecto al que llega an módem falla. Esto puede presentarse por interferencia electromagnética en la unidad, pero si el problema persiste en lugares distintos al de la instalación muy probablemente se debe a un error de Hardware.

    En este caso como puedes ver no tiene qué ver la configuración que utilices.

    Por favor no dudes en consultarnos cualquier inquietud adicional, y si quieres que profundicemos en los problemas de esta unidad envíanos el IMEI para evaluar su estado en la Puerta de Diagnóstico

    in reply to: Hacia donde vamos con Syrus 3 #2216
    Michel Castaño
    Keymaster

    Estimado Freisman, Muchas gracias por escribirnos

    Tal como dices el uso de Captura de Imágen en el sector de buses es muy frecuente, y hasta ahora lo hemos manejado muy exitosamente con captura de fotos de los pasajeros que ingresan al bus, segundos después de abrirse la puerta. Este sistema se usa en la actualidad en alrededor de 2000 buses de un cliente nuestro, en Colombia.
    Nos parece muy interesante tu idea de utilizar video aprovechando el 3G y lo pondremos en la lista de puntos a discutir sobre el nuevo Syrus 3. Para tal fin ¿Podrías ayudarme con ideas sobre los siguientes tópicos?

    – ¿Planeas tenerlo siempre ON con un plan ilimitado? Esto generaría alta cantidad de datos para guardar mientras la unidad esté Offline; tendríamos qué pensar en una memoria muy grande que lo almacene, eso sin mencionar el ancho de banda descomunal que tendría que tener tu server para recibir eso de todas las unidades de tu flota

    – ¿Lo dispararías sólo en momentos especiales? ¿Cuáles? ¿Por cuánto tiempo?

    – ¿Has contemplado la posibilidad de utilizar las cámaras de fotos que ya tenemos? Nuestro cliente colombiano las vende como alternativa económica de fácil uso. Cuando ocurren eventos que involucren pasajeros criminales sólo basta con revisar las fotos de la gente que se ha subido al bus junto con un testigo para identificar a los bandidos (así funciona en Colombia). Ha tenido mucho éxito pues reemplaza los VCR que son carísimos.

Viewing 5 posts - 1 through 5 (of 5 total)