Changes between Version 3 and Version 4 of FEPSimulatorInstallation
- Timestamp:
- 02/11/2019 01:32:16 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FEPSimulatorInstallation
v3 v4 1 1 = 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). 2 The 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). 6 3 7 4 == Step 1: SSH into the linux VM == 8 In a terminal, run: \\ 5 In a terminal, run: \\ 6 9 7 {{{ 10 8 $ ssh <username>@192.168.251.46 11 }}} 9 }}} 12 10 \\ to ssh into the linux VM. 13 11 … … 16 14 17 15 In your terminal, run: \\ 16 18 17 {{{ 19 18 $ cd && svn co svn+ssh://<username>@git.tokomak.net/svn/tmcsimulator/branches/FEPSimulator 20 19 }}} 21 22 20 This will checkout the FEPSimulator into your home user directory. 23 21 24 22 == Step 3: Build and run the FEPSimulator project == 25 23 In your terminal, run: 24 26 25 {{{ 27 26 $ cd FEPSimulator/ && ./buildLinuxVM && ./runFEPSim 28 27 }}} 28 Observe the status message "Running FEP Simulator ..." 29 29 30 == Thats it! == 31 30 As the simulation runs, highway network info will be made available to the FEP Sim and diagnostic messages will stream across the console. 32 31 33 32 == Note to Developers == 34 33 * The FEPSim project was configured as a NetBeans project 35 34 * 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) = 38 1. Check out the TMC project from the SVN repository. 39 40 2. Open a terminal window in `branch/FEPSimulator`. 41 42 3. In your terminal, run: 43 44 {{{ 45 ./runFEPSim 46 }}} 47 48 Observe the status message "Running FEP Simulator ..."
