geort update r u [n] [p]

Add/update Geo-Routes from specified location.

Please note that previous routes with identical route number will be deleted if routes are successfully updated!

r = 1 to 32Update specific Geo-Route
r = allUpdate all Geo-Routes
u = localhostLocalhost, file (geolsN.txt, where N=route #) must be in /tmp
u = urlURL, can be IP address. Prefixed by ftp:// or http://, if no prefix is specified (eg. cypress.bc.ca) then ftp:// is used.
n = usernameUsername for server, must not contain special characters
(Optional)
p = passwordPassword for server, must not contain special characters
(Optional)

Notes:


Examples:

  1. Download all Geo-Routes from remote server via ftp :
    cmd geort update all 192.168.1.20 kmo kmotest
    Downloading Geo-Routes...
    Verifying download...
    Copying files... 
    Converting Geo-Routes... 
    Cleaning up... 
    Done!
    
  1. Download a specific Geo-Route (route 5) from /grt directory via ftp :
    cmd geort update 5 ftp://192.168.1.20/grt kmo kmotest
  1. Download a specific Geo-Route (route 1) locally (located in /tmp) :
    cmd geort update 1 localhost
  1. Download a specific Geo-Route (route 2) locally (located in /tmp/t2) :
    cmd geort update 2 localhost://tmp/t2
  1. Download all Geo-Routes locally (located in /t2) :
    cmd geort update ALL localhost://t2

See also: Geo-Routing


Firmware revision 2.0.4.2639

Last modified 2 years ago Last modified on 17-09-12 03:40:56 PM