Changes between Version 3 and Version 4 of FEPSimulatorInstallation


Ignore:
Timestamp:
02/11/2019 01:32:16 PM (7 years ago)
Author:
jdalbey
Comment:

Add section for running locally.

Legend:

Unmodified
Added
Removed
Modified
  • FEPSimulatorInstallation

    v3 v4  
    11= FEP Simulator Installation Instructions = 
    2  
    3 The purpose of this document is to walk a developer through setting up / installing the FEPSimulator in the TMC Simulation room. \\ 
    4 The FEPSimulator runs persistently on the linux VM and awaits messages (over a socket) from the ATMSDriver, and makes rpc calls to the ATMS Server using the message data. \\ 
    5 See FEP Simulator documentation for more details (not written yet). 
     2The purpose of this document is to walk a developer through setting up / installing the FEPSimulator in the TMC Simulation room. \\ The FEPSimulator runs persistently on the linux VM and awaits messages (over a socket) from the ATMSDriver, and makes rpc calls to the ATMS Server using the message data. \\ See FEP Simulator documentation for more details (not written yet). 
    63 
    74== Step 1: SSH into the linux VM == 
    8 In a terminal, run: \\  
     5In a terminal, run: \\ 
     6 
    97{{{ 
    108    $ ssh <username>@192.168.251.46 
    11 }}}  
     9}}} 
    1210\\ to ssh into the linux VM. 
    1311 
     
    1614 
    1715In your terminal, run:  \\ 
     16 
    1817{{{ 
    1918    $ cd && svn co svn+ssh://<username>@git.tokomak.net/svn/tmcsimulator/branches/FEPSimulator 
    2019}}} 
    21  
    2220This will checkout the FEPSimulator into your home user directory. 
    2321 
    2422== Step 3: Build and run the FEPSimulator project == 
    2523In your terminal, run: 
     24 
    2625{{{ 
    2726    $ cd FEPSimulator/ && ./buildLinuxVM && ./runFEPSim 
    2827}}} 
     28Observe the status message "Running FEP Simulator ..." 
    2929 
    30 == Thats it! == 
    31  
     30As the simulation runs, highway network info will be made available to the FEP Sim and diagnostic messages will stream across the console. 
    3231 
    3332== Note to Developers == 
    3433 * The FEPSim project was configured as a NetBeans project 
    3534 * Be sure to install the C++ plugin to !NetBeans in order to open the FEPSimulator Project. 
     35 
     36---- 
     37= Running FEP Sim on your workstation (or laptop) = 
     381. Check out the TMC project from the SVN repository. 
     39 
     402. Open a terminal window in `branch/FEPSimulator`. 
     41 
     423. In your terminal, run: 
     43 
     44{{{ 
     45./runFEPSim 
     46}}} 
     47 
     48Observe the status message "Running FEP Simulator ..."